java.security.spec.AlgorithmParameterSpecpublic class ECNamedCurveParameterSpec extends ECParameterSpec
If you are using JDK 1.5 you should be looking at ECNamedCurveSpec.
| Constructor | Description |
|---|---|
ECNamedCurveParameterSpec(java.lang.String name,
ECCurve curve,
ECPoint G,
java.math.BigInteger n) |
|
ECNamedCurveParameterSpec(java.lang.String name,
ECCurve curve,
ECPoint G,
java.math.BigInteger n,
java.math.BigInteger h) |
|
ECNamedCurveParameterSpec(java.lang.String name,
ECCurve curve,
ECPoint G,
java.math.BigInteger n,
java.math.BigInteger h,
byte[] seed) |
| Modifier and Type | Method | Description |
|---|---|---|
java.lang.String |
getName() |
return the name of the curve the EC domain parameters belong to.
|
public ECNamedCurveParameterSpec(java.lang.String name,
ECCurve curve,
ECPoint G,
java.math.BigInteger n)
public ECNamedCurveParameterSpec(java.lang.String name,
ECCurve curve,
ECPoint G,
java.math.BigInteger n,
java.math.BigInteger h)