Package | Description |
---|---|
org.apache.camel.component.xmlsecurity.api | |
org.apache.camel.component.xmlsecurity.processor |
Modifier and Type | Method and Description |
---|---|
SignatureType |
XmlSignatureProperties.Input.getSignatureType()
Retruns the signature type.
|
static SignatureType |
SignatureType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SignatureType[] |
SignatureType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
protected Reference |
XmlSignerProcessor.createReference(XMLSignatureFactory fac,
String uri,
String type,
SignatureType sigType,
String id,
org.apache.camel.Message message) |
protected List<String> |
XmlSignerProcessor.getContentReferenceUris(org.apache.camel.Message message,
SignatureType signatureType,
Node messageBodyNode) |
protected Element |
XmlSignerProcessor.getParentOfSignature(org.apache.camel.Message inMessage,
Node messageBodyNode,
String contentReferenceURI,
SignatureType sigType) |
Apache Camel