Method | Description | |
---|---|---|
GenerateBytes ( byte output, int outOff, int len ) : int | ||
HkdfBytesGenerator ( IDigest hash ) : System | ||
Init ( IDerivationParameters parameters ) : void |
Method | Description | |
---|---|---|
ExpandNext ( ) : void | ||
Extract ( byte salt, byte ikm ) : |
public GenerateBytes ( byte output, int outOff, int len ) : int | ||
output | byte | |
outOff | int | |
len | int | |
return | int |
public HkdfBytesGenerator ( IDigest hash ) : System | ||
hash | IDigest | |
return | System |
public Init ( IDerivationParameters parameters ) : void | ||
parameters | IDerivationParameters | |
return | void |