Class StandardDecryption
- Namespace
- iTextSharp.text.pdf.crypto
- Assembly
- iTextSharp.LGPLv2.Core.dll
public class StandardDecryption
- Inheritance
-
StandardDecryption
- Inherited Members
Constructors
StandardDecryption(byte[], int, int, int)
Creates a new instance of StandardDecryption
public StandardDecryption(byte[] key, int off, int len, int revision)
Parameters
Fields
Arcfour
protected ArcfourEncryption Arcfour
Field Value
Cipher
protected AesCipher Cipher
Field Value
Methods
Finish()
public byte[] Finish()
Returns
- byte[]
Update(byte[], int, int)
public byte[] Update(byte[] b, int off, int len)
Parameters
Returns
- byte[]