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

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

Méthodes publiques

Méthode Description
DsaPrivateKeyParameters ( BigInteger x, DsaParameters parameters ) : System
Equals ( object obj ) : bool
GetHashCode ( ) : int

Méthodes protégées

Méthode Description
Equals ( DsaPrivateKeyParameters other ) : bool

Method Details

DsaPrivateKeyParameters() public méthode

public DsaPrivateKeyParameters ( BigInteger x, DsaParameters parameters ) : System
x Org.BouncyCastle.Math.BigInteger
parameters DsaParameters
Résultat System

Equals() protected méthode

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