public class AESCipherCBCnoPad extends Object
| Constructor | Description |
|---|---|
AESCipherCBCnoPad(boolean forEncryption,
byte[] key) |
Creates a new instance of AESCipher
|
| Modifier and Type | Method | Description |
|---|---|---|
byte[] |
processBlock(byte[] inp,
int inpOff,
int inpLen) |
Copyright © 2018. All rights reserved.