java.security.spec.AlgorithmParameterSpecpublic class ECNamedCurveSpec
extends java.security.spec.ECParameterSpec
| Constructor | Description |
|---|---|
ECNamedCurveSpec(java.lang.String name,
java.security.spec.EllipticCurve curve,
java.security.spec.ECPoint g,
java.math.BigInteger n) |
|
ECNamedCurveSpec(java.lang.String name,
java.security.spec.EllipticCurve curve,
java.security.spec.ECPoint g,
java.math.BigInteger n,
java.math.BigInteger h) |
|
ECNamedCurveSpec(java.lang.String name,
ECCurve curve,
ECPoint g,
java.math.BigInteger n) |
|
ECNamedCurveSpec(java.lang.String name,
ECCurve curve,
ECPoint g,
java.math.BigInteger n,
java.math.BigInteger h) |
|
ECNamedCurveSpec(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 ECNamedCurveSpec(java.lang.String name,
ECCurve curve,
ECPoint g,
java.math.BigInteger n)
public ECNamedCurveSpec(java.lang.String name,
java.security.spec.EllipticCurve curve,
java.security.spec.ECPoint g,
java.math.BigInteger n)
public ECNamedCurveSpec(java.lang.String name,
ECCurve curve,
ECPoint g,
java.math.BigInteger n,
java.math.BigInteger h)
public ECNamedCurveSpec(java.lang.String name,
java.security.spec.EllipticCurve curve,
java.security.spec.ECPoint g,
java.math.BigInteger n,
java.math.BigInteger h)