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

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

Méthodes publiques

Méthode Description
DsaParameters ( BigInteger p, BigInteger q, BigInteger g ) : System
DsaParameters ( BigInteger p, BigInteger q, BigInteger g, DsaValidationParameters parameters ) : System
Equals ( object obj ) : bool
GetHashCode ( ) : int

Méthodes protégées

Méthode Description
Equals ( DsaParameters other ) : bool

Method Details

DsaParameters() public méthode

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

DsaParameters() public méthode

public DsaParameters ( BigInteger p, BigInteger q, BigInteger g, DsaValidationParameters parameters ) : System
p Org.BouncyCastle.Math.BigInteger
q Org.BouncyCastle.Math.BigInteger
g Org.BouncyCastle.Math.BigInteger
parameters DsaValidationParameters
Résultat System

Equals() protected méthode

protected Equals ( DsaParameters other ) : bool
other DsaParameters
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