public class ECNamedCurveTable extends Object
Constructor and Description |
---|
ECNamedCurveTable() |
Modifier and Type | Method and Description |
---|---|
static X9ECParameters |
getByName(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 Enumeration |
getNames()
return an enumeration of the names of the available curves.
|
static ASN1ObjectIdentifier |
getOID(String name)
return the object identifier signified by the passed in name.
|
public static X9ECParameters getByName(String name)
name
- the name of the curve requestedpublic static ASN1ObjectIdentifier getOID(String name)
public static X9ECParameters getByOID(ASN1ObjectIdentifier oid)
oid
- the object id of the curve requestedpublic static Enumeration getNames()
Copyright © 2016 BouncyCastle.org. All rights reserved.