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

Afficher le fichier Open project: nonorganic/dssnet Class Usage Examples

Méthodes publiques

Méthode Description
GenerateParameters ( ) : Gost3410Parameters
Init ( int size, int typeProcedure, SecureRandom random ) : void

Private Methods

Méthode 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 méthode

public GenerateParameters ( ) : Gost3410Parameters
Résultat Org.BouncyCastle.Crypto.Parameters.Gost3410Parameters

Init() public méthode

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