C# Class Org.BouncyCastle.Crypto.AsymmetricKeyParameter

Inheritance: IAsymmetricKeyParameter
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
AsymmetricKeyParameter ( bool privateKey ) : System
Equals ( AsymmetricKeyParameter other ) : bool

Method Details

AsymmetricKeyParameter() protected méthode

protected AsymmetricKeyParameter ( bool privateKey ) : System
privateKey bool
Résultat System

Equals() protected méthode

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