C# Class Org.BouncyCastle.Crypto.Generators.Gost3410ParametersGenerator

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

Public Methods

Method Description
GenerateParameters ( ) : Gost3410Parameters
Init ( int size, int typeProcedure, SecureRandom random ) : void

Private Methods

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

Method Details

GenerateParameters() public method

public GenerateParameters ( ) : Gost3410Parameters
return Org.BouncyCastle.Crypto.Parameters.Gost3410Parameters

Init() public method

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