C# Class PerplexMail.SecurityDrivenDotNet.HKDF

Inheritance: System.Security.Cryptography.DeriveBytes
Mostra file Open project: PerplexInternetmarketing/PerplexMail-for-Umbraco Class Usage Examples

Public Methods

Method Description
GetBytes ( int countBytes ) : byte[]
HKDF ( Func hmacFactory, byte ikm, byte salt = null, byte context = null ) : System
Reset ( ) : void

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Method Details

Dispose() protected method

protected Dispose ( bool disposing ) : void
disposing bool
return void

GetBytes() public method

public GetBytes ( int countBytes ) : byte[]
countBytes int
return byte[]

HKDF() public method

public HKDF ( Func hmacFactory, byte ikm, byte salt = null, byte context = null ) : System
hmacFactory Func
ikm byte
salt byte
context byte
return System

Reset() public method

public Reset ( ) : void
return void