| Package | Description |
|---|---|
| org.apache.camel.component.xmlsecurity | |
| org.apache.camel.component.xmlsecurity.api | |
| org.apache.camel.component.xmlsecurity.processor |
| Modifier and Type | Method and Description |
|---|---|
KeyAccessor |
XmlSignerEndpoint.getKeyAccessor() |
| Modifier and Type | Method and Description |
|---|---|
void |
XmlSignerEndpoint.setKeyAccessor(KeyAccessor keyAccessor) |
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultKeyAccessor
Accesses the private key from a key-store and returns a KeyInfo which
contains the X.509 certificate chain corresponding to the private key.
|
| Modifier and Type | Method and Description |
|---|---|
KeyAccessor |
XmlSignerConfiguration.getKeyAccessor() |
| Modifier and Type | Method and Description |
|---|---|
void |
XmlSignerConfiguration.setKeyAccessor(KeyAccessor keyAccessor)
For the signing process, a private key is necessary.
|
Apache Camel