org.bouncycastle.jce
public class ECNamedCurveTable extends Object
Method Summary | |
---|---|
static Enumeration | getNames()
return an enumeration of the names of the available curves.
|
static ECNamedCurveParameterSpec | getParameterSpec(String name)
return a parameter spec representing the passed in named
curve. |
Returns: an enumeration of the names of the available curves.
Parameters: name the name of the curve requested
Returns: a parameter spec for the curve, null if it is not available.