public class ECGOST3410NamedCurves
extends java.lang.Object
Constructor and Description |
---|
ECGOST3410NamedCurves() |
Modifier and Type | Method and Description |
---|---|
static ECDomainParameters |
getByName(java.lang.String name) |
static ECDomainParameters |
getByOID(ASN1ObjectIdentifier oid)
return the ECDomainParameters object for the given OID, null if it
isn't present.
|
static java.lang.String |
getName(ASN1ObjectIdentifier oid)
return the named curve name represented by the given object identifier.
|
static java.util.Enumeration |
getNames()
returns an enumeration containing the name strings for parameters
contained in this structure.
|
static ASN1ObjectIdentifier |
getOID(java.lang.String name) |
public static ECDomainParameters getByOID(ASN1ObjectIdentifier oid)
oid
- an object identifier representing a named parameters, if present.public static java.util.Enumeration getNames()
public static ECDomainParameters getByName(java.lang.String name)
public static java.lang.String getName(ASN1ObjectIdentifier oid)
public static ASN1ObjectIdentifier getOID(java.lang.String name)