public class

ECNamedCurveParameterSpec

extends ECParameterSpec
java.lang.Object
   ↳ org.bouncycastle.jce.spec.ECParameterSpec
     ↳ org.bouncycastle.jce.spec.ECNamedCurveParameterSpec

Class Overview

specification signifying that the curve parameters can also be refered to by name.

If you are using JDK 1.5 you should be looking at ECNamedCurveSpec.

Summary

Public Constructors
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)
Public Methods
String getName()
return the name of the curve the EC domain parameters belong to.
[Expand]
Inherited Methods
From class org.bouncycastle.jce.spec.ECParameterSpec
From class java.lang.Object

Public Constructors

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 Methods

public String getName ()

return the name of the curve the EC domain parameters belong to.