Class Office2010SignatureFacet
java.lang.Object
org.apache.poi.poifs.crypt.dsig.facets.SignatureFacet
org.apache.poi.poifs.crypt.dsig.facets.Office2010SignatureFacet
- All Implemented Interfaces:
SignatureConfig.SignatureConfigurable
Work-around for Office2010 to accept the XAdES-BES/EPES signature.
xades:UnsignedProperties/xades:UnsignedSignatureProperties needs to be
present.
- Author:
- Frank Cornelis
-
Field Summary
Fields inherited from class org.apache.poi.poifs.crypt.dsig.facets.SignatureFacet
MS_DIGSIG_NS, OO_DIGSIG_NS, signatureConfig, XADES_132_NS, XADES_141_NS, XML_DIGSIG_NS, XML_NS
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.apache.poi.poifs.crypt.dsig.facets.SignatureFacet
getSignatureFactory, newReference, newReference, newTransform, newTransform, preSign, setSignatureConfig
-
Constructor Details
-
Office2010SignatureFacet
public Office2010SignatureFacet()
-
-
Method Details
-
postSign
Description copied from class:SignatureFacet
This method is being invoked by the XML signature service engine during the post-sign phase. Via this method a signature facet can extend the XML signatures with for example key information.- Overrides:
postSign
in classSignatureFacet
- Parameters:
document
- the signature document to be modified- Throws:
MarshalException
-