| Modifier and Type | Field and Description |
|---|---|
static int |
AES_KEY_LENGTH |
| Constructor and Description |
|---|
AES() |
| Modifier and Type | Method and Description |
|---|---|
static byte[] |
decrypt(byte[] data,
byte[] secret) |
static byte[] |
encrypt(byte[] data,
byte[] secret) |
static byte[] |
generateKey(String password,
byte[] salt,
int iterations,
int length) |
Copyright © 2014–2016 Nikolche Mihajlovski and contributors. All rights reserved.