C# Класс NBitcoin.BouncyCastle.Crypto.Parameters.ECDomainParameters

Показать файл Открыть проект Примеры использования класса

Открытые свойства

Свойство Тип Описание
curve NBitcoin.BouncyCastle.Math.EC.ECCurve
g NBitcoin.BouncyCastle.Math.EC.ECPoint
h NBitcoin.BouncyCastle.Math.BigInteger
n NBitcoin.BouncyCastle.Math.BigInteger
seed byte[]

Открытые методы

Метод Описание
ECDomainParameters ( ECCurve curve, NBitcoin.BouncyCastle.Math.EC.ECPoint g, NBitcoin.BouncyCastle.Math.BigInteger n ) : System
ECDomainParameters ( ECCurve curve, NBitcoin.BouncyCastle.Math.EC.ECPoint g, NBitcoin.BouncyCastle.Math.BigInteger n, NBitcoin.BouncyCastle.Math.BigInteger h ) : System
ECDomainParameters ( ECCurve curve, NBitcoin.BouncyCastle.Math.EC.ECPoint g, NBitcoin.BouncyCastle.Math.BigInteger n, NBitcoin.BouncyCastle.Math.BigInteger h, byte seed ) : System
Equals ( object obj ) : bool
GetHashCode ( ) : int
GetSeed ( ) : byte[]

Защищенные методы

Метод Описание
Equals ( ECDomainParameters other ) : bool

Описание методов

ECDomainParameters() публичный Метод

public ECDomainParameters ( ECCurve curve, NBitcoin.BouncyCastle.Math.EC.ECPoint g, NBitcoin.BouncyCastle.Math.BigInteger n ) : System
curve NBitcoin.BouncyCastle.Math.EC.ECCurve
g NBitcoin.BouncyCastle.Math.EC.ECPoint
n NBitcoin.BouncyCastle.Math.BigInteger
Результат System

ECDomainParameters() публичный Метод

public ECDomainParameters ( ECCurve curve, NBitcoin.BouncyCastle.Math.EC.ECPoint g, NBitcoin.BouncyCastle.Math.BigInteger n, NBitcoin.BouncyCastle.Math.BigInteger h ) : System
curve NBitcoin.BouncyCastle.Math.EC.ECCurve
g NBitcoin.BouncyCastle.Math.EC.ECPoint
n NBitcoin.BouncyCastle.Math.BigInteger
h NBitcoin.BouncyCastle.Math.BigInteger
Результат System

ECDomainParameters() публичный Метод

public ECDomainParameters ( ECCurve curve, NBitcoin.BouncyCastle.Math.EC.ECPoint g, NBitcoin.BouncyCastle.Math.BigInteger n, NBitcoin.BouncyCastle.Math.BigInteger h, byte seed ) : System
curve NBitcoin.BouncyCastle.Math.EC.ECCurve
g NBitcoin.BouncyCastle.Math.EC.ECPoint
n NBitcoin.BouncyCastle.Math.BigInteger
h NBitcoin.BouncyCastle.Math.BigInteger
seed byte
Результат System

Equals() защищенный Метод

protected Equals ( ECDomainParameters other ) : bool
other ECDomainParameters
Результат bool

Equals() публичный Метод

public Equals ( object obj ) : bool
obj object
Результат bool

GetHashCode() публичный Метод

public GetHashCode ( ) : int
Результат int

GetSeed() публичный Метод

public GetSeed ( ) : byte[]
Результат byte[]

Описание свойств

curve публичное свойство

public ECCurve,NBitcoin.BouncyCastle.Math.EC curve
Результат NBitcoin.BouncyCastle.Math.EC.ECCurve

g публичное свойство

public ECPoint,NBitcoin.BouncyCastle.Math.EC g
Результат NBitcoin.BouncyCastle.Math.EC.ECPoint

h публичное свойство

public BigInteger,NBitcoin.BouncyCastle.Math h
Результат NBitcoin.BouncyCastle.Math.BigInteger

n публичное свойство

public BigInteger,NBitcoin.BouncyCastle.Math n
Результат NBitcoin.BouncyCastle.Math.BigInteger

seed публичное свойство

public byte[] seed
Результат byte[]