|
Bouncy Castle Cryptography Library 1.81 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.bouncycastle.asn1.x9.ECNamedCurveTable
A general class that reads all X9.62 style EC curve tables.
Constructor Summary | |
ECNamedCurveTable()
|
Method Summary | |
static X9ECParameters |
getByName(java.lang.String name)
return a X9ECParameters object representing the passed in named curve. |
static X9ECParametersHolder |
getByNameLazy(java.lang.String name)
|
static X9ECParameters |
getByOID(ASN1ObjectIdentifier oid)
return a X9ECParameters object representing the passed in named curve. |
static X9ECParametersHolder |
getByOIDLazy(ASN1ObjectIdentifier oid)
|
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. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public ECNamedCurveTable()
Method Detail |
public static X9ECParameters getByName(java.lang.String name)
name
- the name of the curve requested
public static X9ECParametersHolder getByNameLazy(java.lang.String name)
public static ASN1ObjectIdentifier getOID(java.lang.String name)
public static java.lang.String getName(ASN1ObjectIdentifier oid)
oid
- the object id of the curve requested
public static X9ECParameters getByOID(ASN1ObjectIdentifier oid)
oid
- the object id of the curve requested
public static X9ECParametersHolder getByOIDLazy(ASN1ObjectIdentifier oid)
public static java.util.Enumeration getNames()
|
Bouncy Castle Cryptography Library 1.81 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |