public class ECGOST3410NamedCurves extends Object
Modifier and Type | Field and Description |
---|---|
(package private) static Hashtable |
names |
(package private) static Hashtable |
objIds |
(package private) static Hashtable |
params |
Constructor and Description |
---|
ECGOST3410NamedCurves() |
Modifier and Type | Method and Description |
---|---|
static org.bouncycastle.crypto.params.ECDomainParameters |
getByName(String name) |
static org.bouncycastle.crypto.params.ECDomainParameters |
getByOID(ASN1ObjectIdentifier oid)
return the ECDomainParameters object for the given OID, null if it
isn't present.
|
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 parameters
contained in this structure.
|
static ASN1ObjectIdentifier |
getOID(String name) |
public ECGOST3410NamedCurves()
public static org.bouncycastle.crypto.params.ECDomainParameters getByOID(ASN1ObjectIdentifier oid)
oid
- an object identifier representing a named parameters, if present.public static Enumeration getNames()
public static String getName(ASN1ObjectIdentifier oid)
public static ASN1ObjectIdentifier getOID(String name)