Method | Description | |
---|---|---|
ECPublicKeyParameters ( NBitcoin.BouncyCastle.Math.EC.ECPoint q, |
||
ECPublicKeyParameters ( string algorithm, NBitcoin.BouncyCastle.Math.EC.ECPoint q, |
||
Equals ( object obj ) : bool | ||
GetHashCode ( ) : int |
Method | Description | |
---|---|---|
Equals ( ECPublicKeyParameters other ) : bool |
public ECPublicKeyParameters ( NBitcoin.BouncyCastle.Math.EC.ECPoint q, |
||
q | NBitcoin.BouncyCastle.Math.EC.ECPoint | |
parameters | ||
return | System |
public ECPublicKeyParameters ( string algorithm, NBitcoin.BouncyCastle.Math.EC.ECPoint q, |
||
algorithm | string | |
q | NBitcoin.BouncyCastle.Math.EC.ECPoint | |
parameters | ||
return | System |
protected Equals ( ECPublicKeyParameters other ) : bool | ||
other | ECPublicKeyParameters | |
return | bool |