C# Class NBitcoin.BouncyCastle.Crypto.AsymmetricKeyParameter

Inheritance: ICipherParameters
Mostrar archivo Open project: Nethereum/Nethereum Class Usage Examples

Public Methods

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

Protected Methods

Method Description
AsymmetricKeyParameter ( bool privateKey )
Equals ( AsymmetricKeyParameter other ) : bool

Method Details

AsymmetricKeyParameter() protected method

protected 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