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

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

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

Methods in org.apache.camel.component.xmlsecurity that return XmlSignatureProperties
 XmlSignatureProperties XmlSignerEndpoint.getProperties()
           
 

Methods in org.apache.camel.component.xmlsecurity with parameters of type XmlSignatureProperties
 void XmlSignerEndpoint.setProperties(XmlSignatureProperties properties)
           
 

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

Methods in org.apache.camel.component.xmlsecurity.processor that return XmlSignatureProperties
 XmlSignatureProperties XmlSignerConfiguration.getProperties()
           
 

Methods in org.apache.camel.component.xmlsecurity.processor with parameters of type XmlSignatureProperties
 void XmlSignerConfiguration.setProperties(XmlSignatureProperties properties)
           
 



Apache Camel