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