public class ECNamedCurveTable extends java.lang.Object
Constructor and Description |
---|
ECNamedCurveTable() |
Modifier and Type | Method and Description |
---|---|
private static void |
addEnumeration(java.util.Vector v,
java.util.Enumeration e) |
static X9ECParameters |
getByName(java.lang.String name)
return a X9ECParameters object representing the passed in named
curve.
|
static X9ECParameters |
getByOID(ASN1ObjectIdentifier oid)
return a X9ECParameters object representing the passed in named
curve.
|
static java.util.Enumeration |
getNames()
return an enumeration of the names of the available curves.
|
static ASN1ObjectIdentifier |
getOID(java.lang.String name)
return the object identifier signified by the passed in name.
|
public ECNamedCurveTable()
public static X9ECParameters getByName(java.lang.String name)
name
- the name of the curve requestedpublic static ASN1ObjectIdentifier getOID(java.lang.String name)
public static X9ECParameters getByOID(ASN1ObjectIdentifier oid)
oid
- the object id of the curve requestedpublic static java.util.Enumeration getNames()
private static void addEnumeration(java.util.Vector v, java.util.Enumeration e)