C# Класс PerplexMail.SecurityDrivenDotNet.HKDF

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

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

Метод Описание
GetBytes ( int countBytes ) : byte[]
HKDF ( Func hmacFactory, byte ikm, byte salt = null, byte context = null ) : System
Reset ( ) : void

Защищенные методы

Метод Описание
Dispose ( bool disposing ) : void

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

Dispose() защищенный Метод

protected Dispose ( bool disposing ) : void
disposing bool
Результат void

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

public GetBytes ( int countBytes ) : byte[]
countBytes int
Результат byte[]

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

public HKDF ( Func hmacFactory, byte ikm, byte salt = null, byte context = null ) : System
hmacFactory Func
ikm byte
salt byte
context byte
Результат System

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

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