org.bouncycastle.asn1.teletrust
Class TeleTrusTNamedCurves
java.lang.Object
org.bouncycastle.asn1.teletrust.TeleTrusTNamedCurves
public class TeleTrusTNamedCurves
extends java.lang.Object
elliptic curves defined in "ECC Brainpool Standard Curves and Curve Generation"
http://www.ecc-brainpool.org/download/draft_pkix_additional_ecc_dp.txt
getByOID
public static X9ECParameters getByOID(DERObjectIdentifier oid)
return the X9ECParameters object for the named curve represented by
the passed in object identifier. Null if the curve isn't present.
oid
- an object identifier representing a named curve, if present.
getName
public static String getName(DERObjectIdentifier oid)
return the named curve name represented by the given object identifier.
getNames
public static Enumeration getNames()
returns an enumeration containing the name strings for curves
contained in this structure.
getOID
public static DERObjectIdentifier getOID(String name)
return the object identifier signified by the passed in name. Null
if there is no object identifier associated with name.
- the object identifier associated with name, if present.