public class ECNamedCurveTable
extends java.lang.Object
Constructor | Description |
---|---|
ECNamedCurveTable() |
Modifier and Type | Method | Description |
---|---|---|
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.lang.String |
getName(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 static X9ECParameters getByName(java.lang.String name)
name
- the name of the curve requestedpublic static ASN1ObjectIdentifier getOID(java.lang.String name)
public static java.lang.String getName(ASN1ObjectIdentifier oid)
oid
- the object id of the curve requestedpublic static X9ECParameters getByOID(ASN1ObjectIdentifier oid)
oid
- the object id of the curve requestedpublic static java.util.Enumeration getNames()