Package com.lowagie.text.pdf.crypto
Class AESCipher
java.lang.Object
com.lowagie.text.pdf.crypto.AESCipher
Creates an AES Cipher with CBC and padding PKCS5/7.
- Author:
- Paulo Soares (psoares@consiste.pt)
-
Constructor Summary
ConstructorsConstructorDescriptionAESCipher(boolean forEncryption, byte[] key, byte[] iv) Creates a new instance of AESCipher -
Method Summary
-
Constructor Details
-
AESCipher
public AESCipher(boolean forEncryption, byte[] key, byte[] iv) Creates a new instance of AESCipher
-
-
Method Details
-
update
public byte[] update(byte[] inp, int inpOff, int inpLen) -
doFinal
public byte[] doFinal()
-