Package | Description |
---|---|
org.apache.camel.component.xmlsecurity.api | |
org.apache.camel.component.xmlsecurity.processor |
Modifier and Type | Class and Description |
---|---|
class |
XmlSignatureFormatException
Exception thrown when the input for signing or verifying does not have the correct
format.
|
class |
XmlSignatureInvalidContentHashException
This exception is thrown if the verification of a XML signature fails because
the hash calculated over the content does not match the value in the
signature.
|
class |
XmlSignatureInvalidException
This exception is thrown if XML signature verification fails.
|
class |
XmlSignatureInvalidKeyException
Exception thrown during signing or verifying if the key type does not fit to
the signature algorithm.
|
class |
XmlSignatureInvalidValueException
This exception is thrown if the verification of an XML signature fails
because the signature value is invalid.
|
class |
XmlSignatureNoKeyException
Exception thrown when no key for signing is found.
|
Modifier and Type | Method and Description |
---|---|
protected Reference |
XmlSignerProcessor.createReference(XMLSignatureFactory fac,
String uri,
String type,
SignatureType sigType) |
protected List<String> |
XmlSignerProcessor.getContentReferenceUris(org.apache.camel.Message message,
SignatureType signatureType,
Node messageBodyNode) |
protected String |
XmlSignerProcessor.getDigestAlgorithmUri() |
protected Schema |
XmlSignatureProcessor.getSchema(org.apache.camel.Message message) |
protected Schema |
XmlSignerProcessor.getSchemaForSigner(org.apache.camel.Message message,
org.apache.camel.processor.validation.ValidatorErrorHandler errorHandler) |
Apache Camel