C# Class Org.BouncyCastle.Crypto.Macs.MacCFBBlockCipher

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

Public Methods

Method Description
GetBlockSize ( ) : int
GetMacBlock ( byte mac ) : void
Init ( bool forEncryption, ICipherParameters parameters ) : void
MacCFBBlockCipher ( IBlockCipher cipher, int bitBlockSize ) : System
ProcessBlock ( byte input, int inOff, byte outBytes, int outOff ) : int
Reset ( ) : void

Method Details

GetBlockSize() public method

public GetBlockSize ( ) : int
return int

GetMacBlock() public method

public GetMacBlock ( byte mac ) : void
mac byte
return void

Init() public method

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

MacCFBBlockCipher() public method

public MacCFBBlockCipher ( IBlockCipher cipher, int bitBlockSize ) : System
cipher IBlockCipher
bitBlockSize int
return System

ProcessBlock() public method

public ProcessBlock ( byte input, int inOff, byte outBytes, int outOff ) : int
input byte
inOff int
outBytes byte
outOff int
return int

Reset() public method

public Reset ( ) : void
return void