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, writeDocumentNoClosingprotected AbstractOOXMLSignatureService(DigestAlgo digestAlgo)
protected XAdESSignatureFacet getXAdESSignatureFacet()
protected String getSignatureDescription()
AbstractXmlSignatureServicegetSignatureDescription in class AbstractXmlSignatureServicepublic String getFilesDigestAlgorithm()
protected final URIDereferencer getURIDereferencer()
AbstractXmlSignatureServicegetURIDereferencer in class AbstractXmlSignatureServiceprotected String getCanonicalizationMethod()
getCanonicalizationMethod in class AbstractXmlSignatureServiceprotected abstract OutputStream getSignedOfficeOpenXMLDocumentOutputStream()
protected abstract URL getOfficeOpenXMLDocumentURL()
protected OutputStream getSignedDocumentOutputStream()
AbstractXmlSignatureServicegetSignedDocumentOutputStream in class AbstractXmlSignatureServiceCopyright © 2008-2018 FedICT. All Rights Reserved.