public final class EdStandardizedParameterFactory extends Object
EdParameterSpec
Modifier and Type | Method and Description |
---|---|
static Enumeration<String> |
getNames()
Returns the standard names of the supported curves.
|
static Enumeration<String> |
getOIDs()
Returns the standard OIDs of the supported curves.
|
static EdParameterSpec |
getParameters(ECGenParameterSpec params)
Returns a standardized elliptic curve for a given parameter spec holding a
standard name.
|
static EdParameterSpec |
getParametersByName(String name)
Returns a standardized Edwards curve for a given standard name.
|
static EdParameterSpec |
getParametersByOID(String oid)
Returns a standardized Edwards curve for a given OID.
|
public static EdParameterSpec getParameters(ECGenParameterSpec params)
params
- the parameter specnull
if there is no such curvepublic static EdParameterSpec getParametersByName(String name)
name
- the standard namenull
if there is no such curvepublic static EdParameterSpec getParametersByOID(String oid)
oid
- the object identifiernull
if there
is no such curvepublic static Enumeration<String> getNames()
public static Enumeration<String> getOIDs()
Copyright © 2011–2022 Stiftung SIC. All rights reserved.