C# 클래스 Org.BouncyCastle.Crypto.Prng.VmpcRandomGenerator

상속: IRandomGenerator
파일 보기 프로젝트 열기: nonorganic/dssnet 1 사용 예제들

공개 메소드들

메소드 설명
AddSeedMaterial ( byte seed ) : void
AddSeedMaterial ( long seed ) : void
NextBytes ( byte bytes ) : void
NextBytes ( byte bytes, int start, int len ) : void
VmpcRandomGenerator ( ) : System

메소드 상세

AddSeedMaterial() 공개 메소드

public AddSeedMaterial ( byte seed ) : void
seed byte
리턴 void

AddSeedMaterial() 공개 메소드

public AddSeedMaterial ( long seed ) : void
seed long
리턴 void

NextBytes() 공개 메소드

public NextBytes ( byte bytes ) : void
bytes byte
리턴 void

NextBytes() 공개 메소드

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

VmpcRandomGenerator() 공개 메소드

public VmpcRandomGenerator ( ) : System
리턴 System