C# Класс System.Security.Cryptography.SHA1Internal

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

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

Метод Описание
HashCore ( byte rgb, int ibStart, int cbSize ) : void
HashFinal ( ) : byte[]
Initialize ( ) : void
SHA1Internal ( ) : System.Runtime.InteropServices

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

Метод Описание
AddLength ( ulong length, byte buffer, int position ) : void
FillBuff ( uint buff ) : void
InitialiseBuff ( uint buff, byte input, uint inputOffset ) : void
ProcessBlock ( byte inputBuffer, uint inputOffset ) : void
ProcessFinalBlock ( byte inputBuffer, int inputOffset, int inputCount ) : void

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

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

public HashCore ( byte rgb, int ibStart, int cbSize ) : void
rgb byte
ibStart int
cbSize int
Результат void

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

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

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

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

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

public SHA1Internal ( ) : System.Runtime.InteropServices
Результат System.Runtime.InteropServices