com.lowagie.text.pdf
public class StandardDecryption extends Object
Field Summary | |
---|---|
static int | AES_128 |
boolean | aes |
protected AESCipher | cipher |
boolean | initiated |
byte[] | iv |
int | ivptr |
byte[] | key |
protected RC4Encryption | rc4 |
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) |