Uses of Class
org.apache.camel.component.xmlsecurity.api.XmlSignatureInvalidException
-
Packages that use XmlSignatureInvalidException Package Description org.apache.camel.component.xmlsecurity.api -
-
Uses of XmlSignatureInvalidException in org.apache.camel.component.xmlsecurity.api
Subclasses of XmlSignatureInvalidException in org.apache.camel.component.xmlsecurity.api Modifier and Type Class Description 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
XmlSignatureInvalidValueException
This exception is thrown if the verification of an XML signature fails because the signature value is invalid.
-