public class ECGOST3410NamedCurves extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
(package private) static java.util.Hashtable |
names |
(package private) static java.util.Hashtable |
objIds |
(package private) static java.util.Hashtable |
params |
Constructor and Description |
---|
ECGOST3410NamedCurves() |
Modifier and Type | Method and Description |
---|---|
static org.bouncycastle.crypto.params.ECDomainParameters |
getByName(java.lang.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 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) |
static final java.util.Hashtable objIds
static final java.util.Hashtable params
static final java.util.Hashtable names
public ECGOST3410NamedCurves()
public static org.bouncycastle.crypto.params.ECDomainParameters getByOID(ASN1ObjectIdentifier oid)
oid
- an object identifier representing a named parameters, if present.public static java.util.Enumeration getNames()
public static org.bouncycastle.crypto.params.ECDomainParameters getByName(java.lang.String name)
public static java.lang.String getName(ASN1ObjectIdentifier oid)
public static ASN1ObjectIdentifier getOID(java.lang.String name)