org.gudy.bouncycastle.jce.spec
Class ECNamedCurveParameterSpec
java.lang.Object
org.gudy.bouncycastle.jce.spec.ECParameterSpec
org.gudy.bouncycastle.jce.spec.ECNamedCurveParameterSpec
- All Implemented Interfaces:
- AlgorithmParameterSpec
public class ECNamedCurveParameterSpec
- extends ECParameterSpec
specification signifying that the curve parameters can also be
refered to by name.
Constructor Summary |
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)
|
Method Summary |
String |
getName()
return the name of the curve the EC domain parameters belong to. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ECNamedCurveParameterSpec
public ECNamedCurveParameterSpec(String name,
ECCurve curve,
ECPoint G,
BigInteger n)
ECNamedCurveParameterSpec
public ECNamedCurveParameterSpec(String name,
ECCurve curve,
ECPoint G,
BigInteger n,
BigInteger h)
ECNamedCurveParameterSpec
public ECNamedCurveParameterSpec(String name,
ECCurve curve,
ECPoint G,
BigInteger n,
BigInteger h,
byte[] seed)
getName
public String getName()
- return the name of the curve the EC domain parameters belong to.