@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, setKeyStoreParameters
public DefaultCryptoCmsUnMarshallerConfiguration()
public Boolean isFromBase64(org.apache.camel.Exchange exchange)
CryptoCmsUnMarshallerConfiguration
isFromBase64
in interface CryptoCmsUnMarshallerConfiguration
public void setFromBase64(Boolean base64)
false
.Apache Camel