org.bouncycastle.jce

Class ECGOST3410NamedCurveTable

public class ECGOST3410NamedCurveTable extends Object

a table of locally supported named curves.
Method Summary
static EnumerationgetNames()
return an enumeration of the names of the available curves.
static ECNamedCurveParameterSpecgetParameterSpec(String name)
return a parameter spec representing the passed in named curve.

Method Detail

getNames

public static Enumeration getNames()
return an enumeration of the names of the available curves.

Returns: 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.

Parameters: name the name of the curve requested

Returns: a parameter spec for the curve, null if it is not available.