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

Inheritance: IRandomGenerator
ファイルを表示 Open project: nonorganic/dssnet Class Usage Examples

Public Methods

Method 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 method

public AddSeedMaterial ( byte seed ) : void
seed byte
return void

AddSeedMaterial() public method

public AddSeedMaterial ( long seed ) : void
seed long
return void

NextBytes() public method

public NextBytes ( byte bytes ) : void
bytes byte
return void

NextBytes() public method

public NextBytes ( byte bytes, int start, int len ) : void
bytes byte
start int
len int
return void

VmpcRandomGenerator() public method

public VmpcRandomGenerator ( ) : System
return System