- java.lang.Object
-
- com.lowagie.text.pdf.StandardDecryption
-
public class StandardDecryption extends Object
-
-
Field Summary
Fields Modifier and Type Field Description protected ARCFOUREncryptionarcfourprotected AESCiphercipher
-
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
-
-