C# Class NBitcoin.BouncyCastle.Crypto.AsymmetricKeyParameter

Inheritance: ICipherParameters
Afficher le fichier Open project: Nethereum/Nethereum 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 )
Equals ( AsymmetricKeyParameter other ) : bool

Method Details

AsymmetricKeyParameter() protected méthode

protected AsymmetricKeyParameter ( bool privateKey )
privateKey bool

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