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