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 X9ECParametersHoldergetByNameLazy(String name) static X9ECParametersgetByNameX9(String name) static X9ECParametersHolderstatic X9ECParametersstatic Stringreturn the named curve name represented by the given object identifier.static EnumerationgetNames()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.
-