public class EncryptionSupport extends Object
| Modifier and Type | Field and Description |
|---|---|
protected boolean |
debug |
protected Map<String,?> |
options |
| Constructor and Description |
|---|
EncryptionSupport(Map<String,?> options) |
| Modifier and Type | Method and Description |
|---|---|
Encryption |
getEncryption() |
String |
getEncryptionPrefix() |
String |
getEncryptionSuffix() |
void |
setEncryptionPrefix(String encryptionPrefix) |
void |
setEncryptionSuffix(String encryptionSuffix) |
public Encryption getEncryption()
public String getEncryptionSuffix()
public void setEncryptionSuffix(String encryptionSuffix)
public String getEncryptionPrefix()
public void setEncryptionPrefix(String encryptionPrefix)
Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.