C# Class Org.BouncyCastle.Crypto.Parameters.ElGamalParameters

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

Méthodes publiques

Méthode Description
ElGamalParameters ( BigInteger p, BigInteger g ) : System
ElGamalParameters ( BigInteger p, BigInteger g, int l ) : System
Equals ( object obj ) : bool
GetHashCode ( ) : int

Méthodes protégées

Méthode Description
Equals ( ElGamalParameters other ) : bool

Method Details

ElGamalParameters() public méthode

public ElGamalParameters ( BigInteger p, BigInteger g ) : System
p Org.BouncyCastle.Math.BigInteger
g Org.BouncyCastle.Math.BigInteger
Résultat System

ElGamalParameters() public méthode

public ElGamalParameters ( BigInteger p, BigInteger g, int l ) : System
p Org.BouncyCastle.Math.BigInteger
g Org.BouncyCastle.Math.BigInteger
l int
Résultat System

Equals() protected méthode

protected Equals ( ElGamalParameters other ) : bool
other ElGamalParameters
Résultat bool

Equals() public méthode

public Equals ( object obj ) : bool
obj object
Résultat bool

GetHashCode() public méthode

public GetHashCode ( ) : int
Résultat int