public class Aes extends Object
| Constructor and Description |
|---|
Aes() |
| Modifier and Type | Method and Description |
|---|---|
static byte[] |
decrypt(byte[] key,
byte[] ivRaw,
byte[] encryptedData) |
static byte[] |
transformKey(byte[] key,
byte[] data,
long rounds) |
Copyright © 2015. All rights reserved.