Package org.bouncycastle.jce.spec
Class ECNamedCurveGenParameterSpec
- java.lang.Object
-
- org.bouncycastle.jce.spec.ECNamedCurveGenParameterSpec
-
- All Implemented Interfaces:
AlgorithmParameterSpec
public class ECNamedCurveGenParameterSpec extends Object implements AlgorithmParameterSpec
Named curve generation specIf you are using JDK 1.5 you should be looking at ECGenParameterSpec.
-
-
Constructor Summary
Constructors Constructor Description ECNamedCurveGenParameterSpec(String name)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getName()
return the name of the curve the EC domain parameters belong to.
-