| Constructor and Description |
|---|
SimpleAesEncryptor() |
| Modifier and Type | Method and Description |
|---|---|
byte[] |
decrypt(byte[] data,
EncryptKey encryptKey)
Decrypt the data using the key.
|
String |
decryptString(byte[] data,
EncryptKey key)
Decrypt the data returning a formatted string value using a key.
|
byte[] |
encrypt(byte[] data,
EncryptKey encryptKey)
Encrypt the data using the key.
|
byte[] |
encryptString(String valueFormatValue,
EncryptKey key)
Encrypt the formatted string value using a key.
|
public byte[] decrypt(byte[] data,
EncryptKey encryptKey)
Encryptorpublic byte[] encrypt(byte[] data,
EncryptKey encryptKey)
Encryptorpublic String decryptString(byte[] data, EncryptKey key)
EncryptordecryptString in interface Encryptorpublic byte[] encryptString(String valueFormatValue, EncryptKey key)
EncryptorencryptString in interface EncryptorCopyright © 2014. All Rights Reserved.