| java.lang.Object org.bouncycastle.jce.spec.ECParameterSpec org.bouncycastle.jce.spec.ECNamedCurveParameterSpec
ECNamedCurveParameterSpec | public class ECNamedCurveParameterSpec extends ECParameterSpec (Code) | | 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 | |
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) |
Method Summary | |
public String | getName() return the name of the curve the EC domain parameters belong to. |
getName | public String getName()(Code) | | return the name of the curve the EC domain parameters belong to.
|
|
|