public class EnvelopingSignatureContextProvider extends Object implements SignatureContextProvider
| Constructor and Description |
|---|
EnvelopingSignatureContextProvider(XmlSignDigestAlgorithm digestAlgorithm,
Document document) |
| Modifier and Type | Method and Description |
|---|---|
Reference |
getReference() |
List<XMLObject> |
getReferencedObjects() |
Node |
getSignatureParentNode() |
Document |
postProcess(Document document)
Performs post processing on the document that has just been signed.
|
Document |
preProcess(Document document)
Pre processes the document to be signed.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcreateContextForpublic EnvelopingSignatureContextProvider(XmlSignDigestAlgorithm digestAlgorithm, Document document)
public Document preProcess(Document document)
SignatureContextProviderpreProcess in interface SignatureContextProviderdocument - the document to be signedpublic Document postProcess(Document document)
SignatureContextProviderpostProcess in interface SignatureContextProviderdocument - the document that was signedpublic Reference getReference()
getReference in interface SignatureContextProviderpublic List<XMLObject> getReferencedObjects()
getReferencedObjects in interface SignatureContextProviderpublic Node getSignatureParentNode()
getSignatureParentNode in interface SignatureContextProviderCopyright © 2025 MuleSoft, Inc.. All rights reserved.