Table of Contents

Class ArcfourEncryption

Namespace
iTextSharp.text.pdf.crypto
Assembly
iTextSharp.LGPLv2.Core.dll
public class ArcfourEncryption
Inheritance
ArcfourEncryption
Inherited Members

Constructors

ArcfourEncryption()

public ArcfourEncryption()

Methods

EncryptArcfour(byte[])

public void EncryptArcfour(byte[] data)

Parameters

data byte[]

EncryptArcfour(byte[], byte[])

public void EncryptArcfour(byte[] dataIn, byte[] dataOut)

Parameters

dataIn byte[]
dataOut byte[]

EncryptArcfour(byte[], int, int)

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

Parameters

data byte[]
off int
len int

EncryptArcfour(byte[], int, int, byte[], int)

public 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 void PrepareArcfourKey(byte[] key)

Parameters

key byte[]

PrepareArcfourKey(byte[], int, int)

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

Parameters

key byte[]
off int
len int