public class SecurePropertyPlaceholderModule extends Object
Module for binary encryption
| Constructor and Description |
|---|
SecurePropertyPlaceholderModule() |
| Modifier and Type | Method and Description |
|---|---|
String |
convertPropertyValue(String originalValue) |
byte[] |
decrypt(byte[] payload) |
EncryptionAlgorithm |
getEncryptionAlgorithm() |
EncryptionMode |
getEncryptionMode() |
String |
getKey() |
String |
readEnvironmentalProperties(String text) |
void |
setEncryptionAlgorithm(EncryptionAlgorithm encryptionAlgorithm) |
void |
setEncryptionMode(EncryptionMode encryptionMode) |
void |
setKey(String key) |
public byte[] decrypt(byte[] payload)
throws org.mule.encryption.exception.MuleEncryptionException
org.mule.encryption.exception.MuleEncryptionExceptionpublic EncryptionAlgorithm getEncryptionAlgorithm()
public void setEncryptionAlgorithm(EncryptionAlgorithm encryptionAlgorithm)
public EncryptionMode getEncryptionMode()
public void setEncryptionMode(EncryptionMode encryptionMode)
public String getKey()
public void setKey(String key)
Copyright © 2019 MuleSoft, Inc.. All rights reserved.