org.bouncycastle.jce.spec
public class ECParameterSpec extends Object implements AlgorithmParameterSpec
| Constructor Summary | |
|---|---|
| ECParameterSpec(ECCurve curve, ECPoint G, BigInteger n) | |
| ECParameterSpec(ECCurve curve, ECPoint G, BigInteger n, BigInteger h) | |
| ECParameterSpec(ECCurve curve, ECPoint G, BigInteger n, BigInteger h, byte[] seed) | |
| Method Summary | |
|---|---|
| boolean | equals(Object o) |
| ECCurve | getCurve()
return the curve along which the base point lies. |
| ECPoint | getG()
return the base point we are using for these domain parameters. |
| BigInteger | getH()
return the cofactor H to the order of G. |
| BigInteger | getN()
return the order N of G |
| byte[] | getSeed()
return the seed used to generate this curve (if available). |
| int | hashCode() |
Returns: the curve
Returns: the base point.
Returns: the cofactor
Returns: the order
Returns: the random seed