Package org.bouncycastle.jce.spec
Class ECNamedCurveParameterSpec
java.lang.Object
org.bouncycastle.jce.spec.ECParameterSpec
org.bouncycastle.jce.spec.ECNamedCurveParameterSpec
- All Implemented Interfaces:
AlgorithmParameterSpec
specification signifying that the curve parameters can also be
referred to by name.
If you are using JDK 1.5 you should be looking at ECNamedCurveSpec
.
-
Constructor Summary
ConstructorDescriptionECNamedCurveParameterSpec
(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
-
Constructor Details
-
ECNamedCurveParameterSpec
-
ECNamedCurveParameterSpec
-
ECNamedCurveParameterSpec
public ECNamedCurveParameterSpec(String name, ECCurve curve, ECPoint G, BigInteger n, BigInteger h, byte[] seed)
-
-
Method Details
-
getName
return the name of the curve the EC domain parameters belong to.
-