C# Class NBitcoin.BouncyCastle.Crypto.Parameters.ECDomainParameters

显示文件 Open project: Nethereum/Nethereum Class Usage Examples

Public Properties

Property Type Description
curve NBitcoin.BouncyCastle.Math.EC.ECCurve
g NBitcoin.BouncyCastle.Math.EC.ECPoint
h NBitcoin.BouncyCastle.Math.BigInteger
n NBitcoin.BouncyCastle.Math.BigInteger
seed byte[]

Public Methods

Method Description
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[]

Protected Methods

Method Description
Equals ( ECDomainParameters other ) : bool

Method Details

ECDomainParameters() public method

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
return System

ECDomainParameters() public method

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
return System

ECDomainParameters() public method

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
return System

Equals() protected method

protected Equals ( ECDomainParameters other ) : bool
other ECDomainParameters
return bool

Equals() public method

public Equals ( object obj ) : bool
obj object
return bool

GetHashCode() public method

public GetHashCode ( ) : int
return int

GetSeed() public method

public GetSeed ( ) : byte[]
return byte[]

Property Details

curve public_oe property

public ECCurve,NBitcoin.BouncyCastle.Math.EC curve
return NBitcoin.BouncyCastle.Math.EC.ECCurve

g public_oe property

public ECPoint,NBitcoin.BouncyCastle.Math.EC g
return NBitcoin.BouncyCastle.Math.EC.ECPoint

h public_oe property

public BigInteger,NBitcoin.BouncyCastle.Math h
return NBitcoin.BouncyCastle.Math.BigInteger

n public_oe property

public BigInteger,NBitcoin.BouncyCastle.Math n
return NBitcoin.BouncyCastle.Math.BigInteger

seed public_oe property

public byte[] seed
return byte[]