Package org.bouncycastle.asn1.cryptopro
Class ECGOST3410NamedCurves
java.lang.Object
org.bouncycastle.asn1.cryptopro.ECGOST3410NamedCurves
table of the available named parameters for GOST 3410-2001 / 2012.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic ECDomainParameters
Deprecated.static X9ECParameters
getByNameX9
(String name) static ECDomainParameters
Deprecated.UsegetByOIDX9(ASN1ObjectIdentifier)
instead.static X9ECParameters
static String
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
-
Constructor Details
-
ECGOST3410NamedCurves
public ECGOST3410NamedCurves()
-
-
Method Details
-
getByOID
Deprecated.UsegetByOIDX9(ASN1ObjectIdentifier)
instead.return the ECDomainParameters object for the given OID, null if it isn't present.- Parameters:
oid
- an object identifier representing a named parameters, if present.
-
getByOIDX9
-
getNames
returns an enumeration containing the name strings for parameters contained in this structure. -
getByName
Deprecated.UsegetByNameX9(String)
instead. -
getByNameX9
-
getName
return the named curve name represented by the given object identifier. -
getOID
-
getByNameX9(String)
instead.