Package | Description |
---|---|
org.apache.camel.component.xmlsecurity.api | |
org.apache.camel.component.xmlsecurity.processor |
Modifier and Type | Class and Description |
---|---|
class |
DefaultXAdESSignatureProperties
Default implementation for the XAdES signature properties which determines the Signing Certificate from a keystore
and an alias.
|
class |
XAdESSignatureProperties
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.
|
Modifier and Type | Method and Description |
---|---|
XmlSignatureProperties |
XmlSignerConfiguration.getProperties() |
Modifier and Type | Method and Description |
---|---|
void |
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.
|
Apache Camel