C# Class MailKit.Security.Ntlm.MD4

Inheritance: IDisposable
Afficher le fichier Open project: jstedfast/MailKit Class Usage Examples

Méthodes publiques

Méthode Description
ComputeHash ( Stream inputStream ) : byte[]
ComputeHash ( byte buffer ) : byte[]
ComputeHash ( byte buffer, int offset, int count ) : byte[]
Dispose ( ) : void
Initialize ( ) : void
MD4 ( ) : System
TransformBlock ( byte inputBuffer, int inputOffset, int inputCount, byte outputBuffer, int outputOffset ) : int
TransformFinalBlock ( byte inputBuffer, int inputOffset, int inputCount ) : byte[]

Private Methods

Méthode Description
Decode ( uint output, byte input, int index ) : void
Dispose ( bool disposing ) : void
Encode ( byte output, uint input ) : void
F ( uint x, uint y, uint z ) : uint
FF ( uint &a, uint b, uint c, uint d, uint x, byte s ) : void
G ( uint x, uint y, uint z ) : uint
GG ( uint &a, uint b, uint c, uint d, uint x, byte s ) : void
H ( uint x, uint y, uint z ) : uint
HH ( uint &a, uint b, uint c, uint d, uint x, byte s ) : void
HashCore ( byte block, int offset, int size ) : void
HashFinal ( ) : byte[]
MD4Transform ( byte block, int index ) : void
Padding ( int length ) : byte[]
ROL ( uint x, byte n ) : uint

Method Details

ComputeHash() public méthode

public ComputeHash ( Stream inputStream ) : byte[]
inputStream Stream
Résultat byte[]

ComputeHash() public méthode

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

ComputeHash() public méthode

public ComputeHash ( byte buffer, int offset, int count ) : byte[]
buffer byte
offset int
count int
Résultat byte[]

Dispose() public méthode

public Dispose ( ) : void
Résultat void

Initialize() public méthode

public Initialize ( ) : void
Résultat void

MD4() public méthode

public MD4 ( ) : System
Résultat System

TransformBlock() public méthode

public TransformBlock ( byte inputBuffer, int inputOffset, int inputCount, byte outputBuffer, int outputOffset ) : int
inputBuffer byte
inputOffset int
inputCount int
outputBuffer byte
outputOffset int
Résultat int

TransformFinalBlock() public méthode

public TransformFinalBlock ( byte inputBuffer, int inputOffset, int inputCount ) : byte[]
inputBuffer byte
inputOffset int
inputCount int
Résultat byte[]