Uses of Interface
org.apache.camel.component.xmlsecurity.api.XmlSignatureProperties.Input

Packages that use XmlSignatureProperties.Input
org.apache.camel.component.xmlsecurity.api   
org.apache.camel.component.xmlsecurity.processor   
 

Uses of XmlSignatureProperties.Input in org.apache.camel.component.xmlsecurity.api
 

Methods in org.apache.camel.component.xmlsecurity.api with parameters of type XmlSignatureProperties.Input
 XmlSignatureProperties.Output XmlSignatureProperties.get(XmlSignatureProperties.Input input)
          Returns further configuration objects for the XML signature
 

Uses of XmlSignatureProperties.Input in org.apache.camel.component.xmlsecurity.processor
 

Methods in org.apache.camel.component.xmlsecurity.processor with parameters of type XmlSignatureProperties.Input
protected  List<? extends XMLObject> XmlSignerProcessor.getObjects(XmlSignatureProperties.Input input, XmlSignatureProperties.Output properties)
           
protected  List<? extends Reference> XmlSignerProcessor.getReferences(XmlSignatureProperties.Input input, XmlSignatureProperties.Output properties, String keyInfoId)
           
protected  XmlSignatureProperties.Output XmlSignerProcessor.getSignatureProperties(XmlSignatureProperties.Input input)
           
 



Apache Camel