C# Class AdvUtils.Security.Cryptography.MD5

Afficher le fichier Open project: zhongkaifu/AdvUtils

Méthodes publiques

Méthode Description
Compute64BitHash ( byte buffer ) : long
ComputeHash ( byte buffer ) : byte[]
Initialize ( ) : void
MD5 ( ) : System

Private Methods

Méthode Description
AddLength ( ulong length, byte buffer, int position ) : void
Dispose ( bool disposing ) : void
HashCore ( byte rgb, int start, int size ) : void
ProcessBlock ( byte inputBuffer, int inputOffset ) : void
ProcessFinalBlock ( byte inputBuffer, int inputOffset, int inputCount ) : void

Method Details

Compute64BitHash() public méthode

public Compute64BitHash ( byte buffer ) : long
buffer byte
Résultat long

ComputeHash() public méthode

public ComputeHash ( byte buffer ) : byte[]
buffer byte
Résultat byte[]

Initialize() public méthode

public Initialize ( ) : void
Résultat void

MD5() public méthode

public MD5 ( ) : System
Résultat System