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
- cipherIBlockCipher
Properties
AlgorithmName
public string AlgorithmName { get; }Property Value
Methods
Init(bool, ICipherParameters)
public void Init(bool forEncryption, ICipherParameters parameters)Parameters
- forEncryptionbool
- parametersICipherParameters
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
- inputbyte