public static interface XmlSignatureChecker.Input
Modifier and Type | Method and Description |
---|---|
KeyInfo |
getKeyInfo()
Key info.
|
org.apache.camel.Message |
getMessage()
Message.
|
Document |
getMessageBodyDocument()
Message body containing the XML signature as DOM.
|
List<? extends XMLObject> |
getObjects()
XML objects list.
|
XMLSignature.SignatureValue |
getSignatureValue()
Signature value instance.
|
SignedInfo |
getSignedInfo()
Signed info instance.
|
SignedInfo getSignedInfo()
XMLSignature.SignatureValue getSignatureValue()
KeyInfo getKeyInfo()
Document getMessageBodyDocument()
org.apache.camel.Message getMessage()
Apache Camel