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