Package org.bouncycastle.jce
Class ECGOST3410NamedCurveTable
java.lang.Object
org.bouncycastle.jce.ECGOST3410NamedCurveTable
a table of locally supported named curves.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic 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.
-
Constructor Details
-
ECGOST3410NamedCurveTable
public ECGOST3410NamedCurveTable()
-
-
Method Details
-
getParameterSpec
return a parameter spec representing the passed in named curve. The routine returns null if the curve is not present.- Parameters:
name
- the name of the curve requested- Returns:
- a parameter spec for the curve, null if it is not available.
-
getNames
return an enumeration of the names of the available curves.- Returns:
- an enumeration of the names of the available curves.
-