public class EncryptedImpl extends PropertyImpl implements Encrypted
| Modifier and Type | Field and Description |
|---|---|
protected String |
encryptedValue |
DESCRIPTION, NAME, VALUE, VERSIONCLASS_PROPERTY, SUPERCLASSES_PROPERTY| Constructor and Description |
|---|
EncryptedImpl() |
| Modifier and Type | Method and Description |
|---|---|
static String |
decrypt(String value) |
static String |
decrypt(String value,
Key key) |
static String |
encrypt(String value) |
static String |
encrypt(String value,
Key key) |
String |
getEncryptedValue() |
void |
setEncryptedValue(String encryptedValue) |
protected String encryptedValue
public String getEncryptedValue()
getEncryptedValue in interface Encryptedpublic void setEncryptedValue(String encryptedValue)
setEncryptedValue in interface EncryptedCopyright © 2020. All Rights Reserved.