Toggle navigation
Hot Examples
EN
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Search
Home
Org
BouncyCastle
Crypto
Parameters
MgfParameters
C# Class Org.BouncyCastle.Crypto.Parameters.MgfParameters
Parameters for mask derivation functions.
Inheritance:
IDerivationParameters
Show file
Open project: nonorganic/dssnet
Public Methods
Method
Description
GetSeed
( ) :
byte[]
MgfParameters
(
byte
seed
) :
System
MgfParameters
(
byte
seed
,
int
off
,
int
len
) :
System
Method Details
GetSeed()
public
method
public
GetSeed
( ) :
byte[]
return
byte[]
MgfParameters()
public
method
public
MgfParameters
(
byte
seed
) :
System
seed
byte
return
System
MgfParameters()
public
method
public
MgfParameters
(
byte
seed
,
int
off
,
int
len
) :
System
seed
byte
off
int
len
int
return
System