public class AESEncryption extends Object
| Modifier and Type | Method and Description |
|---|---|
static SecretKeySpec |
generateCek(int bitLength) |
static IvParameterSpec |
generateIv() |
public static SecretKeySpec generateCek(int bitLength)
public static IvParameterSpec generateIv() throws EncryptionException
EncryptionExceptionCopyright © 2021. All rights reserved.