public class EnvelopedSignatureFacet extends Object implements SignatureFacet
MS_DIGSIG_NS, OO_DIGSIG_NS, XADES_132_NS, XADES_141_NS, XML_DIGSIG_NS, XML_NS| Constructor and Description |
|---|
EnvelopedSignatureFacet() |
| Modifier and Type | Method and Description |
|---|---|
void |
preSign(SignatureInfo signatureInfo,
Document document,
List<Reference> references,
List<XMLObject> objects)
This method is being invoked by the XML signature service engine during
pre-sign phase.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitpostSignpublic void preSign(SignatureInfo signatureInfo, Document document, List<Reference> references, List<XMLObject> objects) throws XMLSignatureException
SignatureFacetpreSign in interface SignatureFacetsignatureInfo - the signature info object holding the OPCPackage and other document related datadocument - the signature document to be used for importsreferences - list of reference definitionsobjects - objects to be signed/included in the signature documentXMLSignatureException