public interface SignatureContextProvider
| Modifier and Type | Method and Description |
|---|---|
static SignatureContextProvider |
createContextFor(XmlSignatureType type,
XmlSignDigestAlgorithm digestAlgorithm,
Document document,
String elementPath) |
Reference |
getReference() |
List<XMLObject> |
getReferencedObjects() |
Node |
getSignatureParentNode() |
default Document |
postProcess(Document document)
Performs post processing on the document that has just been signed.
|
default Document |
preProcess(Document document)
Pre processes the document to be signed.
|
Reference getReference()
Node getSignatureParentNode()
default Document preProcess(Document document)
document - the document to be signeddefault Document postProcess(Document document)
document - the document that was signedstatic SignatureContextProvider createContextFor(XmlSignatureType type, XmlSignDigestAlgorithm digestAlgorithm, Document document, String elementPath)
Copyright © 2025 MuleSoft, Inc.. All rights reserved.