public class UnsecuredRuntimeEncrypter extends RuntimeEncrypter
RuntimeEncrypter that does not encrypt nor decrypts. It will fail when trying to decrypt a value that
is an encryption expression.PREFIX, SUFFIX| Constructor and Description |
|---|
UnsecuredRuntimeEncrypter() |
| Modifier and Type | Method and Description |
|---|---|
String |
decrypt(String valueToDecrypt)
Decrypts a single value
|
String |
encrypt(String valueToEncrypt)
Encrypts a single value.
|
containsEncryptionExpression, extractValueFromExpressionpublic String encrypt(String valueToEncrypt) throws GatewayEncryptionException
RuntimeEncrypterencrypt in class RuntimeEncryptervalueToEncrypt - The value that should be encryptedGatewayEncryptionException - When there was an error while trying to encryptpublic String decrypt(String valueToDecrypt) throws GatewayEncryptionException
RuntimeEncrypterdecrypt in class RuntimeEncryptervalueToDecrypt - The value that should be decryptedGatewayEncryptionException - When there was an error while trying to decryptCopyright © 2014–2022 MuleSoft, Inc.. All rights reserved.