Class StandardDecryptor
java.lang.Object
com.itextpdf.kernel.crypto.StandardDecryptor
- All Implemented Interfaces:
IDecryptor
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionStandardDecryptor(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 writtenoff- the start offset in datalen- number of bytes to write
-
-
Method Details
-
update
public byte[] update(byte[] b, int off, int len) - Specified by:
updatein interfaceIDecryptor
-
finish
public byte[] finish()- Specified by:
finishin interfaceIDecryptor
-