C# Class Org.BouncyCastle.Crypto.Parameters.HkdfParameters

Inheritance: IDerivationParameters
Afficher le fichier Open project: gkardava/WinPass Class Usage Examples

Méthodes publiques

Méthode Description
DefaultParameters ( byte ikm ) : HkdfParameters
GetIkm ( ) : byte[]
GetInfo ( ) : byte[]
GetSalt ( ) : byte[]
HkdfParameters ( byte ikm, byte salt, byte info ) : System
SkipExtractParameters ( byte ikm, byte info ) : HkdfParameters

Private Methods

Méthode Description
HkdfParameters ( byte ikm, bool skip, byte salt, byte info ) : System

Method Details

DefaultParameters() public static méthode

public static DefaultParameters ( byte ikm ) : HkdfParameters
ikm byte
Résultat HkdfParameters

GetIkm() public méthode

public GetIkm ( ) : byte[]
Résultat byte[]

GetInfo() public méthode

public GetInfo ( ) : byte[]
Résultat byte[]

GetSalt() public méthode

public GetSalt ( ) : byte[]
Résultat byte[]

HkdfParameters() public méthode

public HkdfParameters ( byte ikm, byte salt, byte info ) : System
ikm byte
salt byte
info byte
Résultat System

SkipExtractParameters() public static méthode

public static SkipExtractParameters ( byte ikm, byte info ) : HkdfParameters
ikm byte
info byte
Résultat HkdfParameters