com.lowagie.text.pdf.crypto
public class AESCipher extends Object
| Field Summary | |
|---|---|
| PaddedBufferedBlockCipher | bp |
| Constructor Summary | |
|---|---|
| AESCipher(boolean forEncryption, byte[] key, byte[] iv) Creates a new instance of AESCipher | |
| Method Summary | |
|---|---|
| byte[] | doFinal() |
| byte[] | update(byte[] inp, int inpOff, int inpLen) |