public class AESCipherCBCnoPad
extends java.lang.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 © 1998–2018. All rights reserved.