| Constructor and Description |
|---|
DefaultDecryptor(String encryptKey)
Instantiates a new Default decryptor.
|
| Modifier and Type | Method and Description |
|---|---|
String |
decrypt(String encryptContent,
String encryptType,
String charset)
对内容解密
|
String |
getEncryptKey()
Getter method for property encryptKey.
|
void |
setEncryptKey(String encryptKey)
Setter method for property encryptKey.
|
public DefaultDecryptor(String encryptKey)
encryptKey - the encrypt keypublic String decrypt(String encryptContent, String encryptType, String charset)
Decryptorpublic String getEncryptKey()
public void setEncryptKey(String encryptKey)
encryptKey - value to be assigned to property encryptKeyCopyright © 2018. All rights reserved.