Uses of Class
org.apache.camel.component.xmlsecurity.api.XmlSignatureProperties.Output

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

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

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

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

Methods in org.apache.camel.component.xmlsecurity.processor that return XmlSignatureProperties.Output
protected  XmlSignatureProperties.Output XmlSignerProcessor.getSignatureProperties(XmlSignatureProperties.Input input)
           
 

Methods in org.apache.camel.component.xmlsecurity.processor with parameters of type XmlSignatureProperties.Output
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)
           
 



Apache Camel