- java.lang.Object
-
- com.itextpdf.text.pdf.StandardDecryption
-
public class StandardDecryption extends java.lang.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
-
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
-
-