public class ECNamedCurveGenParameterSpec
extends java.lang.Object
implements java.security.spec.AlgorithmParameterSpec
If you are using JDK 1.5 you should be looking at ECGenParameterSpec.
| Constructor and Description |
|---|
ECNamedCurveGenParameterSpec(java.lang.String name) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getName()
return the name of the curve the EC domain parameters belong to.
|