public class AesEncryption extends Object
| Constructor and Description |
|---|
AesEncryption() |
| Modifier and Type | Method and Description |
|---|---|
byte[] |
decrypt(String key,
byte[] encrypted) |
byte[] |
decrypt(String key,
String encrypted) |
String |
decryptAsString(String key,
String encrypted) |
String |
encrypt(String key,
byte[] value) |
String |
encrypt(String key,
String value) |
public byte[] decrypt(String key, byte[] encrypted)
Copyright © 2016. All rights reserved.