org.bouncycastle.jce.spec
Class ECNamedCurveSpec
java.lang.Object
|
+--java.security.spec.ECParameterSpec
|
+--org.bouncycastle.jce.spec.ECNamedCurveSpec
- public class ECNamedCurveSpec
- extends java.security.spec.ECParameterSpec
specification signifying that the curve parameters can also be
refered to by name.
- See Also:
- Serialized Form
Constructor Summary |
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)
|
Method Summary |
java.lang.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 |
ECNamedCurveSpec
public ECNamedCurveSpec(java.lang.String name,
ECCurve curve,
ECPoint G,
java.math.BigInteger n)
ECNamedCurveSpec
public ECNamedCurveSpec(java.lang.String name,
ECCurve curve,
ECPoint G,
java.math.BigInteger n,
java.math.BigInteger h)
ECNamedCurveSpec
public ECNamedCurveSpec(java.lang.String name,
ECCurve curve,
ECPoint G,
java.math.BigInteger n,
java.math.BigInteger h,
byte[] seed)
getName
public java.lang.String getName()
- return the name of the curve the EC domain parameters belong to.