Table of Contents

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

key byte[]
off int
len int
revision int

Fields

Arcfour

protected ArcfourEncryption Arcfour

Field Value

ArcfourEncryption

Cipher

protected AesCipher Cipher

Field Value

AesCipher

Methods

Finish()

public byte[] Finish()

Returns

byte[]

Update(byte[], int, int)

public byte[] Update(byte[] b, int off, int len)

Parameters

b byte[]
off int
len int

Returns

byte[]