Uses of Class
org.apache.camel.component.xmlsecurity.processor.XmlSignatureProcessor

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

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

Subclasses of XmlSignatureProcessor in org.apache.camel.component.xmlsecurity.processor
 class XmlSignerProcessor
          Creates from the message body a XML signature element which is returned in the message body of the output message.
 class XmlVerifierProcessor
          XML signature verifier.
 



Apache Camel