org.bouncycastle.jce.spec

Class ECNamedCurveParameterSpec

public class ECNamedCurveParameterSpec extends ECParameterSpec

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.

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
StringgetName()
return the name of the curve the EC domain parameters belong to.

Constructor Detail

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)

Method Detail

getName

public String getName()
return the name of the curve the EC domain parameters belong to.