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