C# Class Org.BouncyCastle.Crypto.Engines.Cast6Engine

Inheritance: Cast5Engine
Show file Open project: nonorganic/dssnet Class Usage Examples

Public Methods

Method Description
Cast6Engine ( ) : System
GetBlockSize ( ) : int
Reset ( ) : void

Private Methods

Method Description
CAST_Decipher ( uint A, uint B, uint C, uint D, uint result ) : void
CAST_Encipher ( uint A, uint B, uint C, uint D, uint result ) : void
DecryptBlock ( byte src, int srcIndex, byte dst, int dstIndex ) : int
EncryptBlock ( byte src, int srcIndex, byte dst, int dstIndex ) : int
SetKey ( byte key ) : void

Method Details

Cast6Engine() public method

public Cast6Engine ( ) : System
return System

GetBlockSize() public method

public GetBlockSize ( ) : int
return int

Reset() public method

public Reset ( ) : void
return void