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

Inheritance: IDerivationParameters
显示文件 Open project: gkardava/WinPass Class Usage Examples

Public Methods

Method 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

Method Description
HkdfParameters ( byte ikm, bool skip, byte salt, byte info ) : System

Method Details

DefaultParameters() public static method

public static DefaultParameters ( byte ikm ) : HkdfParameters
ikm byte
return HkdfParameters

GetIkm() public method

public GetIkm ( ) : byte[]
return byte[]

GetInfo() public method

public GetInfo ( ) : byte[]
return byte[]

GetSalt() public method

public GetSalt ( ) : byte[]
return byte[]

HkdfParameters() public method

public HkdfParameters ( byte ikm, byte salt, byte info ) : System
ikm byte
salt byte
info byte
return System

SkipExtractParameters() public static method

public static SkipExtractParameters ( byte ikm, byte info ) : HkdfParameters
ikm byte
info byte
return HkdfParameters