@UriParams public class DefaultCryptoCmsUnMarshallerConfiguration extends DefaultCryptoCmsConfiguration implements CryptoCmsUnMarshallerConfiguration
| Constructor and Description |
|---|
DefaultCryptoCmsUnMarshallerConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
Boolean |
isFromBase64(org.apache.camel.Exchange exchange)
Indicates whether the message in-body is base 64 encocded.
|
void |
setFromBase64(Boolean base64)
If true then the CMS message is base 64 encoded and must be
decoded during the processing.
|
getKeyStore, getKeyStoreParameters, setKeyStore, setKeyStoreParameterspublic DefaultCryptoCmsUnMarshallerConfiguration()
public Boolean isFromBase64(org.apache.camel.Exchange exchange)
CryptoCmsUnMarshallerConfigurationisFromBase64 in interface CryptoCmsUnMarshallerConfigurationpublic void setFromBase64(Boolean base64)
false.Apache Camel