public class AESDecryptor extends Object implements Decryptor
CRYPT_PREFIX| Constructor and Description |
|---|
AESDecryptor() |
| Modifier and Type | Method and Description |
|---|---|
String |
decrypt(String input)
This is the method that decrypt an encrypted value.
|
protected char[] |
getPassword() |
public String decrypt(String input)
Decryptorprotected char[] getPassword()
Copyright © 2019. All rights reserved.