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

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

Méthodes publiques

Méthode Description
Equals ( object obj ) : bool
GetHashCode ( ) : int

Méthodes protégées

Méthode Description
DsaKeyParameters ( bool isPrivate, DsaParameters parameters ) : System
Equals ( DsaKeyParameters other ) : bool

Method Details

DsaKeyParameters() protected méthode

protected DsaKeyParameters ( bool isPrivate, DsaParameters parameters ) : System
isPrivate bool
parameters DsaParameters
Résultat System

Equals() protected méthode

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