Class StandardDecryption
java.lang.Object
com.lowagie.text.pdf.StandardDecryption
Deprecated.
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate booleanDeprecated.private static final intDeprecated.private static final intDeprecated.protected ARCFOUREncryptionDeprecated.protected AESCipherDeprecated.private booleanDeprecated.private byte[]Deprecated.private intDeprecated.private byte[]Deprecated. -
Constructor Summary
ConstructorsConstructorDescriptionStandardDecryption(byte[] key, int off, int len, int revision) Deprecated.Creates a new instance of StandardDecryption -
Method Summary
-
Field Details
-
AES_128
private static final int AES_128Deprecated.- See Also:
-
AES_256_V3
private static final int AES_256_V3Deprecated.- See Also:
-
arcfour
Deprecated. -
cipher
Deprecated. -
key
private byte[] keyDeprecated. -
aes
private boolean aesDeprecated. -
initiated
private boolean initiatedDeprecated. -
iv
private byte[] ivDeprecated. -
ivptr
private int ivptrDeprecated.
-
-
Constructor Details
-
StandardDecryption
public StandardDecryption(byte[] key, int off, int len, int revision) Deprecated.Creates a new instance of StandardDecryption- Parameters:
key- a byte array containing the keyoff- the begining of the key in the arraylen- the lengthrevision- the aes revision
-
-
Method Details
-
update
public byte[] update(byte[] b, int off, int len) Deprecated. -
finish
public byte[] finish()Deprecated.
-