public class ECNamedCurveTable
extends java.lang.Object
| Constructor | Description |
|---|---|
ECNamedCurveTable() |
| Modifier and Type | Method | Description |
|---|---|---|
static java.util.Enumeration |
getNames() |
return an enumeration of the names of the available curves.
|
static ECNamedCurveParameterSpec |
getParameterSpec(java.lang.String name) |
return a parameter spec representing the passed in named
curve.
|
public static ECNamedCurveParameterSpec getParameterSpec(java.lang.String name)
name - the name of the curve requestedpublic static java.util.Enumeration getNames()