C# Класс MailKit.Security.Ntlm.MD4

Наследование: IDisposable
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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[]

Приватные методы

Метод Описание
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

Описание методов

ComputeHash() публичный Метод

public ComputeHash ( Stream inputStream ) : byte[]
inputStream Stream
Результат byte[]

ComputeHash() публичный Метод

public ComputeHash ( byte buffer ) : byte[]
buffer byte
Результат byte[]

ComputeHash() публичный Метод

public ComputeHash ( byte buffer, int offset, int count ) : byte[]
buffer byte
offset int
count int
Результат byte[]

Dispose() публичный Метод

public Dispose ( ) : void
Результат void

Initialize() публичный Метод

public Initialize ( ) : void
Результат void

MD4() публичный Метод

public MD4 ( ) : System
Результат System

TransformBlock() публичный Метод

public TransformBlock ( byte inputBuffer, int inputOffset, int inputCount, byte outputBuffer, int outputOffset ) : int
inputBuffer byte
inputOffset int
inputCount int
outputBuffer byte
outputOffset int
Результат int

TransformFinalBlock() публичный Метод

public TransformFinalBlock ( byte inputBuffer, int inputOffset, int inputCount ) : byte[]
inputBuffer byte
inputOffset int
inputCount int
Результат byte[]