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
Methods
Init(bool, ICipherParameters)
public void Init(bool forEncryption, ICipherParameters parameters)
Parameters
forEncryption
boolparameters
ICipherParameters
ProcessBytes(byte[], int, int, byte[], int)
public void ProcessBytes(byte[] input, int inOff, int length, byte[] output, int outOff)
Parameters
Reset()
public void Reset()
ReturnByte(byte)
public byte ReturnByte(byte input)
Parameters
input
byte