com.lowagie.text.pdf

Class StandardDecryption

public class StandardDecryption extends Object

Field Summary
static intAES_128
booleanaes
protected AESCiphercipher
booleaninitiated
byte[]iv
intivptr
byte[]key
protected RC4Encryptionrc4
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)

Field Detail

AES_128

private static final int AES_128

aes

private boolean aes

cipher

protected AESCipher cipher

initiated

private boolean initiated

iv

private byte[] iv

ivptr

private int ivptr

key

private byte[] key

rc4

protected RC4Encryption rc4

Constructor Detail

StandardDecryption

public StandardDecryption(byte[] key, int off, int len, int revision)
Creates a new instance of StandardDecryption

Method Detail

finish

public byte[] finish()

update

public byte[] update(byte[] b, int off, int len)