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