public class ECGOST3410NamedCurveTable
extends java.lang.Object
Constructor | Description |
---|---|
ECGOST3410NamedCurveTable() |
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()