Uses of Interface
org.apache.camel.component.xmlsecurity.api.XmlSignatureProperties
Packages that use XmlSignatureProperties
Package
Description
-
Uses of XmlSignatureProperties in org.apache.camel.component.xmlsecurity.api
Classes in org.apache.camel.component.xmlsecurity.api that implement XmlSignaturePropertiesModifier and TypeClassDescriptionclass
Default implementation for the XAdES signature properties which determines the Signing Certificate from a keystore and an alias.class
Implementation 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 XmlSignaturePropertiesMethods in org.apache.camel.component.xmlsecurity.processor with parameters of type XmlSignaturePropertiesModifier and TypeMethodDescriptionvoid
XmlSignerConfiguration.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.