Table of Contents

Class StreamBlockCipher

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

Constructors

StreamBlockCipher(IBlockCipher)

public StreamBlockCipher(IBlockCipher cipher)

Parameters

cipher IBlockCipher

Properties

AlgorithmName

public string AlgorithmName { get; }

Property Value

string

Methods

Init(bool, ICipherParameters)

public void Init(bool forEncryption, ICipherParameters parameters)

Parameters

forEncryption bool
parameters ICipherParameters

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

public 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 void Reset()

ReturnByte(byte)

public byte ReturnByte(byte input)

Parameters

input byte

Returns

byte