Package com.itextpdf.text.pdf
Class StandardDecryption
- java.lang.Object
-
- com.itextpdf.text.pdf.StandardDecryption
-
public class StandardDecryption extends Object
-
-
Field Summary
Fields Modifier and Type Field Description protected ARCFOUREncryption
arcfour
protected AESCipher
cipher
-
Constructor Summary
Constructors Constructor Description StandardDecryption(byte[] key, int off, int len, int revision)
Creates a new instance of StandardDecryption
-
-
-
Field Detail
-
arcfour
protected ARCFOUREncryption arcfour
-
cipher
protected AESCipher cipher
-
-