Table of Contents

Class StandardDecryptor

Namespace
iText.Kernel.Crypto
Assembly
itext.kernel.dll
public class StandardDecryptor : IDecryptor
Inheritance
StandardDecryptor
Implements
Inherited Members

Constructors

StandardDecryptor(byte[], int, int)

Creates a new instance of StandardDecryption

public StandardDecryptor(byte[] key, int off, int len)

Parameters

key byte[]

data to be written

off int

the start offset in data

len int

number of bytes to write

Fields

arcfour

protected ARCFOUREncryption arcfour

Field Value

ARCFOUREncryption

Methods

Finish()

public virtual byte[] Finish()

Returns

byte[]

Update(byte[], int, int)

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

Parameters

b byte[]
off int
len int

Returns

byte[]