public class SecurePropertyPlaceholderModule extends Object
Module for binary encryption
| Constructor and Description |
|---|
SecurePropertyPlaceholderModule(EncryptionAlgorithm algorithm,
EncryptionMode mode,
String key,
boolean useRandomIVs) |
| Modifier and Type | Method and Description |
|---|---|
String |
convertPropertyValue(String originalValue) |
byte[] |
decrypt(byte[] payload) |
boolean |
isEncrypted(String value) |
String |
readEnvironmentalProperties(String text) |
void |
setKey(String key) |
public SecurePropertyPlaceholderModule(EncryptionAlgorithm algorithm, EncryptionMode mode, String key, boolean useRandomIVs)
Copyright © 2023 MuleSoft, Inc.. All rights reserved.