C# 클래스 Org.BouncyCastle.Crypto.Generators.Gost3410ParametersGenerator

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

공개 메소드들

메소드 설명
GenerateParameters ( ) : Gost3410Parameters
Init ( int size, int typeProcedure, SecureRandom random ) : void

비공개 메소드들

메소드 설명
procedure_A ( int x0, int c, BigInteger pq, int size ) : int
procedure_Aa ( long x0, long c, BigInteger pq, int size ) : long
procedure_B ( int x0, int c, BigInteger pq ) : void
procedure_Bb ( long x0, long c, BigInteger pq ) : void
procedure_C ( BigInteger p, BigInteger q ) : BigInteger

메소드 상세

GenerateParameters() 공개 메소드

public GenerateParameters ( ) : Gost3410Parameters
리턴 Org.BouncyCastle.Crypto.Parameters.Gost3410Parameters

Init() 공개 메소드

public Init ( int size, int typeProcedure, SecureRandom random ) : void
size int
typeProcedure int
random Org.BouncyCastle.Security.SecureRandom
리턴 void