Table of Contents

Class AesDecryptor

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

Constructors

AesDecryptor(byte[], int, int)

Creates a new instance of AesDecryptor

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

Parameters

key byte[]

the byte array containing the key for decryption

off int

offset of the key in the byte array

len int

the length of the key in the byte array

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[]