C# Class NBitcoin.BouncyCastle.Security.SecureRandom

Inheritance: System.Random
Datei anzeigen Open project: Nethereum/Nethereum Class Usage Examples

Public Methods

Method Description
GetNextBytes ( SecureRandom random, int p ) : byte[]
NextBytes ( byte cekBlock, int p1, int p2 ) : void
NextInt ( ) : byte
SecureRandom ( ) : System

Method Details

GetNextBytes() public static method

public static GetNextBytes ( SecureRandom random, int p ) : byte[]
random SecureRandom
p int
return byte[]

NextBytes() public method

public NextBytes ( byte cekBlock, int p1, int p2 ) : void
cekBlock byte
p1 int
p2 int
return void

NextInt() public method

public NextInt ( ) : byte
return byte

SecureRandom() public method

public SecureRandom ( ) : System
return System