Package com.itextpdf.kernel.crypto
Class StandardDecryptor
java.lang.Object
com.itextpdf.kernel.crypto.StandardDecryptor
- All Implemented Interfaces:
-
IDecryptor
-
Field Summary
-
Constructor Summary
ConstructorDescriptionStandardDecryptor
(byte[] key, int off, int len) Creates a new instance of StandardDecryption -
Method Summary
-
Field Details
-
arcfour
-
-
Constructor Details
-
StandardDecryptor
public StandardDecryptor(byte[] key, int off, int len) Creates a new instance of StandardDecryption- Parameters:
-
key
- data to be written -
off
- the start offset in data -
len
- number of bytes to write
-
-
Method Details
-
update
public byte[] update(byte[] b, int off, int len) - Specified by:
-
update
in interfaceIDecryptor
-
finish
public byte[] finish()- Specified by:
-
finish
in interfaceIDecryptor
-