Package | Description |
---|---|
org.apache.camel.component.crypto.cms | |
org.apache.camel.component.crypto.cms.sig |
Modifier and Type | Method and Description |
---|---|
SignedDataVerifierConfiguration |
CryptoCmsComponent.getSignedDataVerifierConfiguration() |
Modifier and Type | Method and Description |
---|---|
void |
CryptoCmsComponent.setSignedDataVerifierConfiguration(SignedDataVerifierConfiguration signedDataVerifierConfiguration)
To configure the shared SignedDataVerifierConfiguration, which determines
the uri parameters for the verify operation.
|
Modifier and Type | Class and Description |
---|---|
class |
DefaultSignedDataVerifierConfiguration
Fetches the X.509 certificates which can be used for the verification from a
Java keystore.
|
Modifier and Type | Method and Description |
---|---|
SignedDataVerifierConfiguration |
SignedDataVerifierConfiguration.copy()
Creates a copy of this instance.
|
Constructor and Description |
---|
SignedDataVerifier(SignedDataVerifierConfiguration config) |
SignedDataVerifierFromHeader(SignedDataVerifierConfiguration conf) |
Apache Camel