Uses of Interface
org.apache.camel.component.xmlsecurity.api.XmlSignatureChecker
-
Packages that use XmlSignatureChecker Package Description org.apache.camel.component.xmlsecurity.processor -
-
Uses of XmlSignatureChecker in org.apache.camel.component.xmlsecurity.processor
Methods in org.apache.camel.component.xmlsecurity.processor that return XmlSignatureChecker Modifier and Type Method Description XmlSignatureChecker
XmlVerifierConfiguration. getXmlSignatureChecker()
Methods in org.apache.camel.component.xmlsecurity.processor with parameters of type XmlSignatureChecker Modifier and Type Method Description void
XmlVerifierConfiguration. setXmlSignatureChecker(XmlSignatureChecker xmlSignatureChecker)
This interface allows the application to check the XML signature before the validation is executed.
-