public class

ECDomainParameters

extends Object
implements ECConstants
java.lang.Object
   ↳ org.bouncycastle.crypto.params.ECDomainParameters

Summary

[Expand]
Inherited Fields
From interface org.bouncycastle.math.ec.ECConstants
Public Constructors
ECDomainParameters(ECCurve curve, ECPoint G, BigInteger n)
ECDomainParameters(ECCurve curve, ECPoint G, BigInteger n, BigInteger h)
ECDomainParameters(ECCurve curve, ECPoint G, BigInteger n, BigInteger h, byte[] seed)
Public Methods
ECCurve getCurve()
ECPoint getG()
BigInteger getH()
BigInteger getN()
byte[] getSeed()
[Expand]
Inherited Methods
From class java.lang.Object

Public Constructors

public ECDomainParameters (ECCurve curve, ECPoint G, BigInteger n)

public ECDomainParameters (ECCurve curve, ECPoint G, BigInteger n, BigInteger h)

public ECDomainParameters (ECCurve curve, ECPoint G, BigInteger n, BigInteger h, byte[] seed)

Public Methods

public ECCurve getCurve ()

public ECPoint getG ()

public BigInteger getH ()

public BigInteger getN ()

public byte[] getSeed ()