public class GMNamedCurves extends Object
| Constructor and Description |
|---|
GMNamedCurves() |
| Modifier and Type | Method and Description |
|---|---|
static X9ECParameters |
getByName(String name) |
static X9ECParameters |
getByOID(ASN1ObjectIdentifier oid)
return the X9ECParameters object for the named curve represented by
the passed in object identifier.
|
static String |
getName(ASN1ObjectIdentifier oid)
return the named curve name represented by the given object identifier.
|
static Enumeration |
getNames()
returns an enumeration containing the name strings for curves
contained in this structure.
|
static ASN1ObjectIdentifier |
getOID(String name)
return the object identifier signified by the passed in name.
|
public static X9ECParameters getByName(String name)
public static X9ECParameters getByOID(ASN1ObjectIdentifier oid)
oid - an object identifier representing a named curve, if present.public static ASN1ObjectIdentifier getOID(String name)
public static String getName(ASN1ObjectIdentifier oid)
public static Enumeration getNames()
Copyright © 2015–2021 The veraPDF Consortium. All rights reserved.