Class StandardDecryption
java.lang.Object
com.gitlab.pdftk_java.com.lowagie.text.pdf.StandardDecryption
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionStandardDecryption
(byte[] key, int off, int len, int revision) Creates a new instance of StandardDecryption -
Method Summary
-
Field Details
-
arcfour
-
cipher
-
key
private byte[] key -
AES_128
private static final int AES_128- See Also:
-
aes
private boolean aes -
initiated
private boolean initiated -
iv
private byte[] iv -
ivptr
private int ivptr
-
-
Constructor Details
-
StandardDecryption
public StandardDecryption(byte[] key, int off, int len, int revision) Creates a new instance of StandardDecryption
-
-
Method Details
-
update
public byte[] update(byte[] b, int off, int len) -
finish
public byte[] finish()
-