C# Класс AaltoTLS.PluginInterface.PseudoRandomFunction

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

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

Метод Описание
CreateDeriveBytes ( byte secret, byte seed ) : DeriveBytes
CreateDeriveBytes ( byte secret, string label, byte seed ) : DeriveBytes
CreateVerifyHashAlgorithm ( byte secret ) : HashAlgorithm
GetBytes ( byte secret, string label, byte seed, int count ) : byte[]
SupportsProtocolVersion ( ProtocolVersion version ) : bool

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

CreateDeriveBytes() публичный абстрактный Метод

public abstract CreateDeriveBytes ( byte secret, byte seed ) : DeriveBytes
secret byte
seed byte
Результат System.Security.Cryptography.DeriveBytes

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

public CreateDeriveBytes ( byte secret, string label, byte seed ) : DeriveBytes
secret byte
label string
seed byte
Результат System.Security.Cryptography.DeriveBytes

CreateVerifyHashAlgorithm() публичный абстрактный Метод

public abstract CreateVerifyHashAlgorithm ( byte secret ) : HashAlgorithm
secret byte
Результат System.Security.Cryptography.HashAlgorithm

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

public GetBytes ( byte secret, string label, byte seed, int count ) : byte[]
secret byte
label string
seed byte
count int
Результат byte[]

SupportsProtocolVersion() публичный абстрактный Метод

public abstract SupportsProtocolVersion ( ProtocolVersion version ) : bool
version ProtocolVersion
Результат bool