Uses of Interface
org.apache.camel.component.xmlsecurity.api.XmlSignatureProperties
-
Packages that use XmlSignatureProperties Package Description org.apache.camel.component.xmlsecurity.api org.apache.camel.component.xmlsecurity.processor -
-
Uses of XmlSignatureProperties in org.apache.camel.component.xmlsecurity.api
Classes in org.apache.camel.component.xmlsecurity.api that implement XmlSignatureProperties Modifier and Type Class Description classDefaultXAdESSignaturePropertiesDefault implementation for the XAdES signature properties which determines the Signing Certificate from a keystore and an alias.classXAdESSignaturePropertiesImplementation of the XAdES-BES and XAdES-EPES properties defined in http://www.etsi.org/deliver/etsi_ts%5C101900_101999%5C101903%5C01.04 .02_60%5Cts_101903v010402p.pdf. -
Uses of XmlSignatureProperties in org.apache.camel.component.xmlsecurity.processor
Methods in org.apache.camel.component.xmlsecurity.processor that return XmlSignatureProperties Modifier and Type Method Description XmlSignaturePropertiesXmlSignerConfiguration. getProperties()Methods in org.apache.camel.component.xmlsecurity.processor with parameters of type XmlSignatureProperties Modifier and Type Method Description voidXmlSignerConfiguration. setProperties(XmlSignatureProperties properties)For adding additional References and Objects to the XML signature which contain additional properties, you can provide a bean which implements the XmlSignatureProperties interface.
-