Свойство | Тип | Описание | |
---|---|---|---|
curve | |||
g | NBitcoin.BouncyCastle.Math.EC.ECPoint | ||
h | NBitcoin.BouncyCastle.Math.BigInteger | ||
n | NBitcoin.BouncyCastle.Math.BigInteger | ||
seed | byte[] |
Метод | Описание | |
---|---|---|
ECDomainParameters ( |
||
ECDomainParameters ( |
||
ECDomainParameters ( |
||
Equals ( object obj ) : bool | ||
GetHashCode ( ) : int | ||
GetSeed ( ) : byte[] |
Метод | Описание | |
---|---|---|
Equals ( |
public ECDomainParameters ( |
||
curve | ||
g | NBitcoin.BouncyCastle.Math.EC.ECPoint | |
n | NBitcoin.BouncyCastle.Math.BigInteger | |
Результат | System |
public ECDomainParameters ( |
||
curve | ||
g | NBitcoin.BouncyCastle.Math.EC.ECPoint | |
n | NBitcoin.BouncyCastle.Math.BigInteger | |
h | NBitcoin.BouncyCastle.Math.BigInteger | |
Результат | System |
public ECDomainParameters ( |
||
curve | ||
g | NBitcoin.BouncyCastle.Math.EC.ECPoint | |
n | NBitcoin.BouncyCastle.Math.BigInteger | |
h | NBitcoin.BouncyCastle.Math.BigInteger | |
seed | byte | |
Результат | System |
protected Equals ( |
||
other | ||
Результат | bool |
public ECCurve,NBitcoin.BouncyCastle.Math.EC curve | ||
Результат |
public ECPoint,NBitcoin.BouncyCastle.Math.EC g | ||
Результат | NBitcoin.BouncyCastle.Math.EC.ECPoint |
public BigInteger,NBitcoin.BouncyCastle.Math h | ||
Результат | NBitcoin.BouncyCastle.Math.BigInteger |
public BigInteger,NBitcoin.BouncyCastle.Math n | ||
Результат | NBitcoin.BouncyCastle.Math.BigInteger |