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

Inheritance: Cast5Engine
Afficher le fichier Open project: nonorganic/dssnet Class Usage Examples

Méthodes publiques

Méthode Description
Cast6Engine ( ) : System
GetBlockSize ( ) : int
Reset ( ) : void

Private Methods

Méthode 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 méthode

public Cast6Engine ( ) : System
Résultat System

GetBlockSize() public méthode

public GetBlockSize ( ) : int
Résultat int

Reset() public méthode

public Reset ( ) : void
Résultat void