org.bouncycastle.jce.spec

Class ECNamedCurveParameterSpec

Implemented Interfaces:
AlgorithmParameterSpec

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, org.bouncycastle.math.ec.ECCurve curve, org.bouncycastle.math.ec.ECPoint G, BigInteger n)
ECNamedCurveParameterSpec(String name, org.bouncycastle.math.ec.ECCurve curve, org.bouncycastle.math.ec.ECPoint G, BigInteger n, BigInteger h)
ECNamedCurveParameterSpec(String name, org.bouncycastle.math.ec.ECCurve curve, org.bouncycastle.math.ec.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 org.bouncycastle.jce.spec.ECParameterSpec

equals, getCurve, getG, getH, getN, getSeed, hashCode

Constructor Details

ECNamedCurveParameterSpec

public ECNamedCurveParameterSpec(String name,
                                 org.bouncycastle.math.ec.ECCurve curve,
                                 org.bouncycastle.math.ec.ECPoint G,
                                 BigInteger n)

ECNamedCurveParameterSpec

public ECNamedCurveParameterSpec(String name,
                                 org.bouncycastle.math.ec.ECCurve curve,
                                 org.bouncycastle.math.ec.ECPoint G,
                                 BigInteger n,
                                 BigInteger h)

ECNamedCurveParameterSpec

public ECNamedCurveParameterSpec(String name,
                                 org.bouncycastle.math.ec.ECCurve curve,
                                 org.bouncycastle.math.ec.ECPoint G,
                                 BigInteger n,
                                 BigInteger h,
                                 byte[] seed)

Method Details

getName

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