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

Uses Microsoft's RNGCryptoServiceProvider
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
CryptoApiRandomGenerator ( ) : System
CryptoApiRandomGenerator ( RandomNumberGenerator rng ) : System
NextBytes ( byte bytes ) : void
NextBytes ( byte bytes, int start, int len ) : void

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

CryptoApiRandomGenerator() public méthode

public CryptoApiRandomGenerator ( ) : System
Résultat System

CryptoApiRandomGenerator() public méthode

public CryptoApiRandomGenerator ( RandomNumberGenerator rng ) : System
rng RandomNumberGenerator
Résultat System

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