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

Afficher le fichier Open project: Nethereum/Nethereum Class Usage Examples

Méthodes publiques

Свойство 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[]

Méthodes publiques

Méthode 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[]

Méthodes protégées

Méthode Description
Equals ( ECDomainParameters other ) : bool

Method Details

ECDomainParameters() public méthode

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
Résultat System

ECDomainParameters() public méthode

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
Résultat System

ECDomainParameters() public méthode

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
Résultat System

Equals() protected méthode

protected Equals ( ECDomainParameters other ) : bool
other ECDomainParameters
Résultat bool

Equals() public méthode

public Equals ( object obj ) : bool
obj object
Résultat bool

GetHashCode() public méthode

public GetHashCode ( ) : int
Résultat int

GetSeed() public méthode

public GetSeed ( ) : byte[]
Résultat byte[]

Property Details

curve public_oe property

public ECCurve,NBitcoin.BouncyCastle.Math.EC curve
Résultat NBitcoin.BouncyCastle.Math.EC.ECCurve

g public_oe property

public ECPoint,NBitcoin.BouncyCastle.Math.EC g
Résultat NBitcoin.BouncyCastle.Math.EC.ECPoint

h public_oe property

public BigInteger,NBitcoin.BouncyCastle.Math h
Résultat NBitcoin.BouncyCastle.Math.BigInteger

n public_oe property

public BigInteger,NBitcoin.BouncyCastle.Math n
Résultat NBitcoin.BouncyCastle.Math.BigInteger

seed public_oe property

public byte[] seed
Résultat byte[]