Uses of Interface
org.apache.camel.component.xmlsecurity.api.XmlSignatureChecker

Packages that use XmlSignatureChecker
org.apache.camel.component.xmlsecurity   
org.apache.camel.component.xmlsecurity.processor   
 

Uses of XmlSignatureChecker in org.apache.camel.component.xmlsecurity
 

Methods in org.apache.camel.component.xmlsecurity that return XmlSignatureChecker
 XmlSignatureChecker XmlVerifierEndpoint.getXmlSignatureChecker()
           
 

Methods in org.apache.camel.component.xmlsecurity with parameters of type XmlSignatureChecker
 void XmlVerifierEndpoint.setXmlSignatureChecker(XmlSignatureChecker xmlSignatureChecker)
           
 

Uses of XmlSignatureChecker in org.apache.camel.component.xmlsecurity.processor
 

Methods in org.apache.camel.component.xmlsecurity.processor that return XmlSignatureChecker
 XmlSignatureChecker XmlVerifierConfiguration.getXmlSignatureChecker()
           
 

Methods in org.apache.camel.component.xmlsecurity.processor with parameters of type XmlSignatureChecker
 void XmlVerifierConfiguration.setXmlSignatureChecker(XmlSignatureChecker xmlSignatureChecker)
           
 



Apache Camel