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
-
Method Summary
Modifier and TypeMethodDescriptionstatic X9ECParametersHolder
getByNameLazy
(String name) static X9ECParameters
getByNameX9
(String name) static X9ECParametersHolder
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
-
getByNameX9
-
getByNameLazy
-
getByOIDX9
-
getByOIDLazy
-
getOID
-
getName
return the named curve name represented by the given object identifier. -
getNames
returns an enumeration containing the name strings for parameters contained in this structure.
-