Table of Contents

Class ARCFOUREncryption

Namespace
iText.Kernel.Crypto
Assembly
itext.kernel.dll
public class ARCFOUREncryption
Inheritance
ARCFOUREncryption
Inherited Members

Constructors

ARCFOUREncryption()

Creates a new instance of ARCFOUREncryption

public ARCFOUREncryption()

Methods

EncryptARCFOUR(byte[])

public virtual void EncryptARCFOUR(byte[] data)

Parameters

data byte[]

EncryptARCFOUR(byte[], byte[])

public virtual void EncryptARCFOUR(byte[] dataIn, byte[] dataOut)

Parameters

dataIn byte[]
dataOut byte[]

EncryptARCFOUR(byte[], int, int)

public virtual void EncryptARCFOUR(byte[] data, int off, int len)

Parameters

data byte[]
off int
len int

EncryptARCFOUR(byte[], int, int, byte[], int)

public virtual void EncryptARCFOUR(byte[] dataIn, int off, int len, byte[] dataOut, int offOut)

Parameters

dataIn byte[]
off int
len int
dataOut byte[]
offOut int

PrepareARCFOURKey(byte[])

public virtual void PrepareARCFOURKey(byte[] key)

Parameters

key byte[]

PrepareARCFOURKey(byte[], int, int)

public virtual void PrepareARCFOURKey(byte[] key, int off, int len)

Parameters

key byte[]
off int
len int