com.lowagie.text.pdf
public class StandardDecryption extends Object
| Field Summary | |
|---|---|
| static int | AES_128 |
| boolean | aes |
| protected ARCFOUREncryption | arcfour |
| protected AESCipher | cipher |
| boolean | initiated |
| byte[] | iv |
| int | ivptr |
| byte[] | key |
| Constructor Summary | |
|---|---|
| StandardDecryption(byte[] key, int off, int len, int revision) Creates a new instance of StandardDecryption | |
| Method Summary | |
|---|---|
| byte[] | finish() |
| byte[] | update(byte[] b, int off, int len) |