Package | Description |
---|---|
org.apache.camel.component.crypto.cms.common | |
org.apache.camel.component.crypto.cms.crypt | |
org.apache.camel.component.crypto.cms.sig |
Modifier and Type | Class and Description |
---|---|
class |
DefaultCryptoCmsUnMarshallerConfiguration |
Modifier and Type | Method and Description |
---|---|
CryptoCmsUnMarshallerConfiguration |
CryptoCmsUnmarshaller.getConfiguration() |
Constructor and Description |
---|
CryptoCmsUnmarshaller(CryptoCmsUnMarshallerConfiguration config) |
Modifier and Type | Interface and Description |
---|---|
interface |
EnvelopedDataDecryptorConfiguration |
Modifier and Type | Class and Description |
---|---|
class |
DefaultEnvelopedDataDecryptorConfiguration
The defualt implementation fetches the private key and certificate from a
keystore.
|
Modifier and Type | Interface and Description |
---|---|
interface |
SignedDataVerifierConfiguration |
Modifier and Type | Class and Description |
---|---|
class |
DefaultSignedDataVerifierConfiguration
Fetches the X.509 certificates which can be used for the verification from a
Java keystore.
|
Apache Camel