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

ファイルを表示 Open project: gkardava/WinPass Class Usage Examples

Public Methods

Method Description
ECDomainParameters ( Org.BouncyCastle.Math.EC.ECCurve curve, ECPoint g, BigInteger n ) : System
ECDomainParameters ( Org.BouncyCastle.Math.EC.ECCurve curve, ECPoint g, BigInteger n, BigInteger h ) : System
ECDomainParameters ( Org.BouncyCastle.Math.EC.ECCurve curve, ECPoint g, BigInteger n, 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 ( Org.BouncyCastle.Math.EC.ECCurve curve, ECPoint g, BigInteger n ) : System
curve Org.BouncyCastle.Math.EC.ECCurve
g Org.BouncyCastle.Math.EC.ECPoint
n Org.BouncyCastle.Math.BigInteger
return System

ECDomainParameters() public method

public ECDomainParameters ( Org.BouncyCastle.Math.EC.ECCurve curve, ECPoint g, BigInteger n, BigInteger h ) : System
curve Org.BouncyCastle.Math.EC.ECCurve
g Org.BouncyCastle.Math.EC.ECPoint
n Org.BouncyCastle.Math.BigInteger
h Org.BouncyCastle.Math.BigInteger
return System

ECDomainParameters() public method

public ECDomainParameters ( Org.BouncyCastle.Math.EC.ECCurve curve, ECPoint g, BigInteger n, BigInteger h, byte seed ) : System
curve Org.BouncyCastle.Math.EC.ECCurve
g Org.BouncyCastle.Math.EC.ECPoint
n Org.BouncyCastle.Math.BigInteger
h Org.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[]