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.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic ECDomainParametersstatic ECDomainParametersreturn the ECDomainParameters object for the given OID, null if it isn't present.static 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
-
getByOID
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.
-
getNames
returns an enumeration containing the name strings for parameters contained in this structure. -
getByName
-
getName
return the named curve name represented by the given object identifier. -
getOID
-