org.bouncycastle.asn1.cryptopro

Class ECGOST3410NamedCurves

public class ECGOST3410NamedCurves extends Object

table of the available named parameters for GOST 3410-2001.
Method Summary
static ECDomainParametersgetByName(String name)
static ECDomainParametersgetByOID(DERObjectIdentifier oid)
return the ECDomainParameters object for the given OID, null if it isn't present.
static StringgetName(DERObjectIdentifier oid)
return 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 DERObjectIdentifiergetOID(String name)

Method Detail

getByName

public static ECDomainParameters getByName(String name)

getByOID

public static ECDomainParameters getByOID(DERObjectIdentifier oid)
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.

getName

public static String getName(DERObjectIdentifier oid)
return the named curve name represented by the given object identifier.

getNames

public static Enumeration getNames()
returns an enumeration containing the name strings for parameters contained in this structure.

getOID

public static DERObjectIdentifier getOID(String name)