public class SymmEncoder extends Object
| Constructor and Description |
|---|
SymmEncoder() |
| Modifier and Type | Method and Description |
|---|---|
static byte[] |
AES128EcbDec(byte[] encoded,
byte[] aesKey) |
static byte[] |
AES128EcbEnc(byte[] plain,
byte[] aesKey) |
static SecretKey |
restoreSecretKey(byte[] secretBytes,
String algorithm) |
Copyright © 2020. All rights reserved.