public class ECNamedCurveSpec extends ECParameterSpec
Constructor and Description |
---|
ECNamedCurveSpec(String name,
ECCurve curve,
ECPoint g,
BigInteger n) |
ECNamedCurveSpec(String name,
ECCurve curve,
ECPoint g,
BigInteger n,
BigInteger h) |
ECNamedCurveSpec(String name,
ECCurve curve,
ECPoint g,
BigInteger n,
BigInteger h,
byte[] seed) |
ECNamedCurveSpec(String name,
EllipticCurve curve,
ECPoint g,
BigInteger n) |
ECNamedCurveSpec(String name,
EllipticCurve curve,
ECPoint g,
BigInteger n,
BigInteger h) |
Modifier and Type | Method and Description |
---|---|
String |
getName()
return the name of the curve the EC domain parameters belong to.
|
getCofactor, getCurve, getGenerator, getOrder
public ECNamedCurveSpec(String name, ECCurve curve, ECPoint g, BigInteger n)
public ECNamedCurveSpec(String name, EllipticCurve curve, ECPoint g, BigInteger n)
public ECNamedCurveSpec(String name, ECCurve curve, ECPoint g, BigInteger n, BigInteger h)
public ECNamedCurveSpec(String name, EllipticCurve curve, ECPoint g, BigInteger n, BigInteger h)
public ECNamedCurveSpec(String name, ECCurve curve, ECPoint g, BigInteger n, BigInteger h, byte[] seed)
public String getName()
Copyright © 2015. All rights reserved.