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, or the empty result document in
the case of enveloping XML signature.
|
String |
getPrefixForXmlSignatureNamespace()
Returns the prefix for the XML Signature namespace
("http://www.w3.org/2000/09/xmldsig#").
|
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()
nullKeyInfo getKeyInfo()
XMLSignatureFactory getSignatureFactory()
String getSignatureAlgorithm()
String getContentDigestAlgorithm()
String getSignatureId()
null, then no signature Id
attribute is generated.String getContentReferenceUri()
null.SignatureType getSignatureType()
String getPrefixForXmlSignatureNamespace()
Apache Camel