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

Inheritance: ICipherParameters
ファイルを表示 Open project: braintree/braintree_windows_phone_encryption

Public Methods

Method Description
AsymmetricKeyParameter ( bool privateKey )
Equals ( object obj ) : bool
GetHashCode ( ) : int

Protected Methods

Method Description
Equals ( AsymmetricKeyParameter other ) : bool

Method Details

AsymmetricKeyParameter() public method

public AsymmetricKeyParameter ( bool privateKey )
privateKey bool

Equals() protected method

protected Equals ( AsymmetricKeyParameter other ) : bool
other AsymmetricKeyParameter
return bool

Equals() public method

public Equals ( object obj ) : bool
obj object
return bool

GetHashCode() public method

public GetHashCode ( ) : int
return int