Table of Contents

Class RC4Engine

Namespace
Enterprises.Org.BouncyCastle.Crypto.Engines
Assembly
Enterprises.BouncyCastle.Crypto.dll
public class RC4Engine : IStreamCipher
Inheritance
RC4Engine
Implements
Inherited Members

Constructors

RC4Engine()

public RC4Engine()

Properties

AlgorithmName

public virtual string AlgorithmName { get; }

Property Value

string

Methods

Init(bool, ICipherParameters)

public virtual void Init(bool forEncryption, ICipherParameters parameters)

Parameters

forEncryption bool
parameters ICipherParameters

ProcessBytes(byte[], int, int, byte[], int)

public virtual void ProcessBytes(byte[] input, int inOff, int length, byte[] output, int outOff)

Parameters

input byte[]
inOff int
length int
output byte[]
outOff int

Reset()

public virtual void Reset()

ReturnByte(byte)

public virtual byte ReturnByte(byte input)

Parameters

input byte

Returns

byte