C# Class BraintreeEncryption.Library.BouncyCastle.Crypto.AsymmetricKeyParameter

Inheritance: ICipherParameters
Afficher le fichier Open project: braintree/braintree_windows_phone_encryption

Méthodes publiques

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

Méthodes protégées

Méthode Description
Equals ( AsymmetricKeyParameter other ) : bool

Method Details

AsymmetricKeyParameter() public méthode

public 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