public class EncryptedImpl extends PropertyImpl implements Encrypted
| Modifier and Type | Field and Description |
|---|---|
protected String |
encryptedValue |
additionalProperties, allowedAdditionalKeysDESCRIPTION, NAME, VALUE, VERSIONCLASS_PROPERTY, DATETIME_PATTERN, 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) |
addAllowedAdditionalKey, getAdditionalProperties, getAdditionalProperty, setAdditionalProperties, setAdditionalPropertytoStringclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetAdditionalProperties, getAdditionalProperty, setAdditionalProperties, setAdditionalPropertyprotected String encryptedValue
public String getEncryptedValue()
getEncryptedValue in interface Encryptedpublic void setEncryptedValue(String encryptedValue)
setEncryptedValue in interface EncryptedCopyright © 2020. All Rights Reserved.