Method | Description | |
---|---|---|
ECPrivateKeyParameters ( NBitcoin.BouncyCastle.Math.BigInteger d, |
||
ECPrivateKeyParameters ( string algorithm, NBitcoin.BouncyCastle.Math.BigInteger d, |
||
Equals ( object obj ) : bool | ||
GetHashCode ( ) : int |
Method | Description | |
---|---|---|
Equals ( |
public ECPrivateKeyParameters ( NBitcoin.BouncyCastle.Math.BigInteger d, |
||
d | NBitcoin.BouncyCastle.Math.BigInteger | |
parameters | ||
return | System |
public ECPrivateKeyParameters ( string algorithm, NBitcoin.BouncyCastle.Math.BigInteger d, |
||
algorithm | string | |
d | NBitcoin.BouncyCastle.Math.BigInteger | |
parameters | ||
return | System |
protected Equals ( |
||
other | ||
return | bool |