Package com.itextpdf.text.pdf
Class StandardDecryption
- java.lang.Object
-
- com.itextpdf.text.pdf.StandardDecryption
-
public class StandardDecryption extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description StandardDecryption(byte[] key, int off, int len, int revision)
Creates a new instance of StandardDecryption
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description byte[]
finish()
byte[]
update(byte[] b, int off, int len)
-
-
-
Field Detail
-
arcfour
protected ARCFOUREncryption arcfour
-
cipher
protected AESCipher cipher
-
key
private byte[] key
-
AES_128
private static final int AES_128
- See Also:
- Constant Field Values
-
AES_256
private static final int AES_256
- See Also:
- Constant Field Values
-
aes
private boolean aes
-
initiated
private boolean initiated
-
iv
private byte[] iv
-
ivptr
private int ivptr
-
-