Method Summary |
|
public static ECDomainParameters | getByName(String name) |
public static ECDomainParameters | getByOID(DERObjectIdentifier oid) return the ECDomainParameters object for the given OID, null if it
isn't present. |
public static String | getName(DERObjectIdentifier oid) return the named curve name represented by the given object identifier. |
public static Enumeration | getNames() returns an enumeration containing the name strings for parameters
contained in this structure. |
public static DERObjectIdentifier | getOID(String name) |