C# Class SecurityDriven.Inferno.Kdf.HKDF

Inheritance: System.Security.Cryptography.DeriveBytes
Afficher le fichier Open project: sdrapkin/SecurityDriven.Inferno

Méthodes publiques

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

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Method Details

Dispose() protected méthode

protected Dispose ( bool disposing ) : void
disposing bool
Résultat void

GetBytes() public méthode

public GetBytes ( int countBytes ) : byte[]
countBytes int
Résultat byte[]

HKDF() public méthode

public HKDF ( Func hmacFactory, byte ikm, byte salt = null, byte context = null ) : System
hmacFactory Func
ikm byte
salt byte
context byte
Résultat System

Reset() public méthode

public Reset ( ) : void
Résultat void