public class Aes extends Object
| Constructor and Description |
|---|
Aes() |
| Modifier and Type | Method and Description |
|---|---|
static byte[] |
decrypt(String seed,
byte[] cipherText) |
static byte[] |
encrypt(String seed,
byte[] plainText) |
static Key |
getKey(String keySeed) |
Copyright © 2022 IoTeX Group. All rights reserved.