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

Parameters for mask derivation functions.
Inheritance: IDerivationParameters
Exibir arquivo 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