C# Class Org.BouncyCastle.Crypto.Prng.VmpcRandomGenerator

Inheritance: IRandomGenerator
Afficher le fichier Open project: nonorganic/dssnet Class Usage Examples

Méthodes publiques

Méthode Description
AddSeedMaterial ( byte seed ) : void
AddSeedMaterial ( long seed ) : void
NextBytes ( byte bytes ) : void
NextBytes ( byte bytes, int start, int len ) : void
VmpcRandomGenerator ( ) : System

Method Details

AddSeedMaterial() public méthode

public AddSeedMaterial ( byte seed ) : void
seed byte
Résultat void

AddSeedMaterial() public méthode

public AddSeedMaterial ( long seed ) : void
seed long
Résultat void

NextBytes() public méthode

public NextBytes ( byte bytes ) : void
bytes byte
Résultat void

NextBytes() public méthode

public NextBytes ( byte bytes, int start, int len ) : void
bytes byte
start int
len int
Résultat void

VmpcRandomGenerator() public méthode

public VmpcRandomGenerator ( ) : System
Résultat System