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

Parameters for mask derivation functions.
Inheritance: IDerivationParameters
Afficher le fichier Open project: nonorganic/dssnet

Méthodes publiques

Méthode Description
GetSeed ( ) : byte[]
MgfParameters ( byte seed ) : System
MgfParameters ( byte seed, int off, int len ) : System

Method Details

GetSeed() public méthode

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

MgfParameters() public méthode

public MgfParameters ( byte seed ) : System
seed byte
Résultat System

MgfParameters() public méthode

public MgfParameters ( byte seed, int off, int len ) : System
seed byte
off int
len int
Résultat System