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