public class EncryptionSupport extends Object
| Constructor and Description |
|---|
EncryptionSupport(Map<String,?> options) |
| Modifier and Type | Method and Description |
|---|---|
String |
encrypt(String plain) |
Encryption |
getEncryption()
Deprecated.
Use encrypt instead. This method will be made private
|
String |
getEncryptionPrefix()
Deprecated.
|
String |
getEncryptionSuffix()
Deprecated.
|
static EncryptionSupport |
noEncryptionSupport() |
void |
setEncryptionPrefix(String encryptionPrefix)
Deprecated.
|
void |
setEncryptionSuffix(String encryptionSuffix)
Deprecated.
|
public static EncryptionSupport noEncryptionSupport()
@Deprecated public Encryption getEncryption()
@Deprecated public String getEncryptionSuffix()
@Deprecated public void setEncryptionSuffix(String encryptionSuffix)
@Deprecated public String getEncryptionPrefix()
@Deprecated public void setEncryptionPrefix(String encryptionPrefix)
Copyright © 2007–2019 The Apache Software Foundation. All rights reserved.