Package | Description |
---|---|
org.apache.camel.component.crypto.cms | |
org.apache.camel.component.crypto.cms.crypt |
Modifier and Type | Method and Description |
---|---|
EnvelopedDataDecryptorConfiguration |
CryptoCmsComponent.getEnvelopedDataDecryptorConfiguration() |
Modifier and Type | Method and Description |
---|---|
void |
CryptoCmsComponent.setEnvelopedDataDecryptorConfiguration(EnvelopedDataDecryptorConfiguration envelopedDataDecryptorConfiguration)
To configure the shared EnvelopedDataDecryptorConfiguration, which
determines the uri parameters for the decrypt operation.
|
Modifier and Type | Class and Description |
---|---|
class |
DefaultEnvelopedDataDecryptorConfiguration
The defualt implementation fetches the private key and certificate from a
keystore.
|
Modifier and Type | Method and Description |
---|---|
EnvelopedDataDecryptorConfiguration |
EnvelopedDataDecryptorConfiguration.copy()
Creates a copy of the current instance, for example by cloning.
|
Constructor and Description |
---|
EnvelopedDataDecryptor(EnvelopedDataDecryptorConfiguration conf) |
Apache Camel