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

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

Méthodes publiques

Méthode Description
GenerateParameters ( ) : ElGamalParameters
Init ( int size, int certainty, SecureRandom random ) : void

Method Details

GenerateParameters() public méthode

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

Init() public méthode

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