public class NullEncrypter extends PolicyTypeEncrypter<Object>
TEMPLATE_PREFIX, TEMPLATE_SUFFIX| Constructor and Description |
|---|
NullEncrypter() |
| Modifier and Type | Method and Description |
|---|---|
protected EncryptedValueResult |
decryptSingle(String key,
Object value)
Decrypts the given value if it is encrypted.
|
protected EncryptedValueResult |
encryptSingle(String key,
Object value)
Encrypts the given value
|
protected boolean |
supports(String key,
Optional<PolicyProperty> property) |
decrypt, encrypt, encrypt, supportsprotected EncryptedValueResult encryptSingle(String key, Object value)
PolicyTypeEncrypterencryptSingle in class PolicyTypeEncrypter<Object>key - the key of the config data valuevalue - the actual value to encrypt or decryptEncryptedValueResult containing the result of the processprotected EncryptedValueResult decryptSingle(String key, Object value)
PolicyTypeEncrypterdecryptSingle in class PolicyTypeEncrypter<Object>key - the key of the config data valuevalue - the actual value to encrypt or decryptEncryptedValueResult containing the result of the processprotected boolean supports(String key, Optional<PolicyProperty> property)
supports in class PolicyTypeEncrypter<Object>Copyright © 2014–2025 MuleSoft, Inc.. All rights reserved.