C# Class Org.BouncyCastle.Crypto.StreamBlockCipher

Inheritance: IStreamCipher
ファイルを表示 Open project: nonorganic/dssnet Class Usage Examples

Public Methods

Method Description
Init ( bool forEncryption, ICipherParameters parameters ) : void
ProcessBytes ( byte input, int inOff, int length, byte output, int outOff ) : void
Reset ( ) : void
ReturnByte ( byte input ) : byte
StreamBlockCipher ( IBlockCipher cipher ) : System

Method Details

Init() public method

public Init ( bool forEncryption, ICipherParameters parameters ) : void
forEncryption bool
parameters ICipherParameters
return void

ProcessBytes() public method

public ProcessBytes ( byte input, int inOff, int length, byte output, int outOff ) : void
input byte
inOff int
length int
output byte
outOff int
return void

Reset() public method

public Reset ( ) : void
return void

ReturnByte() public method

public ReturnByte ( byte input ) : byte
input byte
return byte

StreamBlockCipher() public method

public StreamBlockCipher ( IBlockCipher cipher ) : System
cipher IBlockCipher
return System