C# Class NBitcoin.BouncyCastle.Asn1.X9.X9ECParameters

Inheritance: Asn1Encodable
Mostra file Open project: Nethereum/Nethereum Class Usage Examples

Public Methods

Method Description
GetSeed ( ) : byte[]
ToAsn1Object ( ) : Asn1Object
X9ECParameters ( ECCurve curve, NBitcoin.BouncyCastle.Math.EC.ECPoint g, NBitcoin.BouncyCastle.Math.BigInteger n ) : System
X9ECParameters ( ECCurve curve, NBitcoin.BouncyCastle.Math.EC.ECPoint g, NBitcoin.BouncyCastle.Math.BigInteger n, NBitcoin.BouncyCastle.Math.BigInteger h ) : System
X9ECParameters ( ECCurve curve, NBitcoin.BouncyCastle.Math.EC.ECPoint g, NBitcoin.BouncyCastle.Math.BigInteger n, NBitcoin.BouncyCastle.Math.BigInteger h, byte seed ) : System
X9ECParameters ( ECCurve curve, X9ECPoint g, NBitcoin.BouncyCastle.Math.BigInteger n, NBitcoin.BouncyCastle.Math.BigInteger h ) : System
X9ECParameters ( ECCurve curve, X9ECPoint g, NBitcoin.BouncyCastle.Math.BigInteger n, NBitcoin.BouncyCastle.Math.BigInteger h, byte seed ) : System

Method Details

GetSeed() public method

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

ToAsn1Object() public method

public ToAsn1Object ( ) : Asn1Object
return Asn1Object

X9ECParameters() public method

public X9ECParameters ( 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

X9ECParameters() public method

public X9ECParameters ( 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

X9ECParameters() public method

public X9ECParameters ( 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

X9ECParameters() public method

public X9ECParameters ( ECCurve curve, X9ECPoint g, NBitcoin.BouncyCastle.Math.BigInteger n, NBitcoin.BouncyCastle.Math.BigInteger h ) : System
curve NBitcoin.BouncyCastle.Math.EC.ECCurve
g X9ECPoint
n NBitcoin.BouncyCastle.Math.BigInteger
h NBitcoin.BouncyCastle.Math.BigInteger
return System

X9ECParameters() public method

public X9ECParameters ( ECCurve curve, X9ECPoint g, NBitcoin.BouncyCastle.Math.BigInteger n, NBitcoin.BouncyCastle.Math.BigInteger h, byte seed ) : System
curve NBitcoin.BouncyCastle.Math.EC.ECCurve
g X9ECPoint
n NBitcoin.BouncyCastle.Math.BigInteger
h NBitcoin.BouncyCastle.Math.BigInteger
seed byte
return System