C# 클래스 NBitcoin.BouncyCastle.Security.SecureRandom

상속: System.Random
파일 보기 프로젝트 열기: Nethereum/Nethereum 1 사용 예제들

공개 메소드들

메소드 설명
GetNextBytes ( SecureRandom random, int p ) : byte[]
NextBytes ( byte cekBlock, int p1, int p2 ) : void
NextInt ( ) : byte
SecureRandom ( ) : System

메소드 상세

GetNextBytes() 공개 정적인 메소드

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

NextBytes() 공개 메소드

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

NextInt() 공개 메소드

public NextInt ( ) : byte
리턴 byte

SecureRandom() 공개 메소드

public SecureRandom ( ) : System
리턴 System