java.lang.Object
com.lowagie.text.pdf.StandardDecryption
Deprecated.
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected ARCFOUREncryptionDeprecated.protected AESCipherDeprecated. -
Constructor Summary
ConstructorsConstructorDescriptionStandardDecryption(byte[] key, int off, int len, int revision) Deprecated.Creates a new instance of StandardDecryption -
Method Summary
-
Field Details
-
arcfour
Deprecated. -
cipher
Deprecated.
-
-
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.
-