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