public static interface XmlSignatureProperties.Input
Modifier and Type | Method and Description |
---|---|
String |
getContentDigestAlgorithm()
Digest algorithm which is used for the digest calculation of the
message body.
|
String |
getContentReferenceUri()
Reference URI which points to the content of the original XML
document to be signed.
|
KeyInfo |
getKeyInfo()
Key info.
|
org.apache.camel.Message |
getMessage()
Input message for reading header data
|
Node |
getMessageBodyNode()
The message body as DOM node.
|
Node |
getParent()
Returns the parent node of the signature element in the case of
enveloped or detached XML signature.
|
String |
getSignatureAlgorithm()
Signature algorithm.
|
XMLSignatureFactory |
getSignatureFactory()
XML signature factory which can be used to create Reference and
XMLObject instances.
|
String |
getSignatureId()
Signature Id.
|
SignatureType |
getSignatureType()
Retruns the signature type.
|
org.apache.camel.Message getMessage()
Node getMessageBodyNode()
Node getParent()
null
is returned in
the case of enveloping XML signature.null
KeyInfo getKeyInfo()
XMLSignatureFactory getSignatureFactory()
String getSignatureAlgorithm()
String getContentDigestAlgorithm()
String getSignatureId()
null
, then no signature Id
attribute is generated.String getContentReferenceUri()
null
.SignatureType getSignatureType()
Apache Camel