C# Class DAAP.BrokenMD5

Inheritance: System.Security.Cryptography.MD5
Afficher le fichier Open project: mono/daap-sharp Class Usage Examples

Méthodes publiques

Méthode Description
BrokenMD5 ( int version ) : System
Initialize ( ) : void

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void
HashCore ( byte rgb, int start, int size ) : void
HashFinal ( ) : byte[]

Private Methods

Méthode Description
AddLength ( ulong length, byte buffer, int position ) : void
ProcessBlock ( byte inputBuffer, int inputOffset ) : void
ProcessFinalBlock ( byte inputBuffer, int inputOffset, int inputCount ) : void

Method Details

BrokenMD5() public méthode

public BrokenMD5 ( int version ) : System
version int
Résultat System

Dispose() protected méthode

protected Dispose ( bool disposing ) : void
disposing bool
Résultat void

HashCore() protected méthode

protected HashCore ( byte rgb, int start, int size ) : void
rgb byte
start int
size int
Résultat void

HashFinal() protected méthode

protected HashFinal ( ) : byte[]
Résultat byte[]

Initialize() public méthode

public Initialize ( ) : void
Résultat void