public class ECNamedCurveSpec
extends java.security.spec.ECParameterSpec
Constructor and Description |
---|
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) |
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) |
Modifier and Type | Method and 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)