public class AESCipher extends Object
AESCipher(boolean forEncryption, byte[] key, byte[] iv)
byte[]
doFinal()
update(byte[] inp, int inpOff, int inpLen)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public AESCipher(boolean forEncryption, byte[] key, byte[] iv)
public byte[] update(byte[] inp, int inpOff, int inpLen)
public byte[] doFinal()
Copyright © 2013. All rights reserved.