org.bouncycastle.jce
Class ECNamedCurveTable
java.lang.Object
org.bouncycastle.jce.ECNamedCurveTable
public class ECNamedCurveTable
extends java.lang.Object
a table of locally supported named curves.
getNames
public static Enumeration getNames()
return an enumeration of the names of the available curves.
- an enumeration of the names of the available curves.
getParameterSpec
public static ECNamedCurveParameterSpec getParameterSpec(String name)
return a parameter spec representing the passed in named
curve. The routine returns null if the curve is not present.
name
- the name of the curve requested
- a parameter spec for the curve, null if it is not available.