public interface EnvelopedDataDecryptorConfiguration extends CryptoCmsUnMarshallerConfiguration
| Modifier and Type | Method and Description |
|---|---|
EnvelopedDataDecryptorConfiguration |
copy()
Creates a copy of the current instance, for example by cloning.
|
Collection<PrivateKeyWithCertificate> |
getPrivateKeyCertificateCollection(org.apache.camel.Exchange exchange)
Returns the private keys with their public keys in the X.509 certificate
which can be used for the decryption.
|
isFromBase64Collection<PrivateKeyWithCertificate> getPrivateKeyCertificateCollection(org.apache.camel.Exchange exchange) throws CryptoCmsException
CryptoCmsExceptionEnvelopedDataDecryptorConfiguration copy()
Apache Camel