public class AESCipher
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
private PaddedBufferedBlockCipher |
bp |
| Constructor and Description |
|---|
AESCipher(boolean forEncryption,
byte[] key,
byte[] iv)
Creates a new instance of AESCipher
|
private PaddedBufferedBlockCipher bp