|
Bouncy Castle Cryptography Library 1.37 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.bouncycastle.asn1.sec.SECNamedCurves
public class SECNamedCurves
Constructor Summary | |
---|---|
SECNamedCurves()
|
Method Summary | |
---|---|
static X9ECParameters |
getByName(java.lang.String name)
|
static X9ECParameters |
getByOID(DERObjectIdentifier oid)
return the X9ECParameters object for the named curve represented by the passed in object identifier. |
static java.lang.String |
getName(DERObjectIdentifier oid)
return the named curve name represented by the given object identifier. |
static java.util.Enumeration |
getNames()
returns an enumeration containing the name strings for curves contained in this structure. |
static DERObjectIdentifier |
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 SECNamedCurves()
Method Detail |
---|
public static X9ECParameters getByName(java.lang.String name)
public static X9ECParameters getByOID(DERObjectIdentifier oid)
oid
- an object identifier representing a named curve, if present.public static DERObjectIdentifier getOID(java.lang.String name)
public static java.lang.String getName(DERObjectIdentifier oid)
public static java.util.Enumeration getNames()
|
Bouncy Castle Cryptography Library 1.37 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |