public class AESCipher extends java.lang.Object
private org.bouncycastle.crypto.paddings.PaddedBufferedBlockCipher
bp
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
private org.bouncycastle.crypto.paddings.PaddedBufferedBlockCipher bp
public AESCipher(boolean forEncryption, byte[] key, byte[] iv)
public byte[] update(byte[] inp, int inpOff, int inpLen)
public byte[] doFinal()