public abstract class AbstractOOXMLSignatureService extends AbstractXmlSignatureService
Modifier | Constructor and Description |
---|---|
protected |
AbstractOOXMLSignatureService(DigestAlgo digestAlgo) |
Modifier and Type | Method and Description |
---|---|
protected String |
getCanonicalizationMethod() |
String |
getFilesDigestAlgorithm() |
protected abstract URL |
getOfficeOpenXMLDocumentURL()
Gives back the URL of the OOXML to be signed.
|
protected String |
getSignatureDescription()
Gives back the human-readable description of what the citizen will be
signing.
|
protected OutputStream |
getSignedDocumentOutputStream()
Gives back the output stream to which to write the signed XML document.
|
protected abstract OutputStream |
getSignedOfficeOpenXMLDocumentOutputStream()
The output stream to which to write the signed Office OpenXML file.
|
protected URIDereferencer |
getURIDereferencer()
Override this method to change the URI dereferener used by the signing
engine.
|
protected XAdESSignatureFacet |
getXAdESSignatureFacet()
Gives back the used XAdES signature facet.
|
addSignatureFacet, getEnvelopingDocument, getSignatureDigestAlgorithm, getTemporaryDataStorage, loadDocument, loadDocumentNoClose, postSign, preSign, setSignatureId, setSignatureNamespacePrefix, writeDocument, writeDocumentNoClosing, writeDocumentNoClosing
protected AbstractOOXMLSignatureService(DigestAlgo digestAlgo)
protected XAdESSignatureFacet getXAdESSignatureFacet()
protected String getSignatureDescription()
AbstractXmlSignatureService
getSignatureDescription
in class AbstractXmlSignatureService
public String getFilesDigestAlgorithm()
protected final URIDereferencer getURIDereferencer()
AbstractXmlSignatureService
getURIDereferencer
in class AbstractXmlSignatureService
protected String getCanonicalizationMethod()
getCanonicalizationMethod
in class AbstractXmlSignatureService
protected abstract OutputStream getSignedOfficeOpenXMLDocumentOutputStream()
protected abstract URL getOfficeOpenXMLDocumentURL()
protected OutputStream getSignedDocumentOutputStream()
AbstractXmlSignatureService
getSignedDocumentOutputStream
in class AbstractXmlSignatureService
Copyright © 2008-2018 FedICT. All Rights Reserved.