public class

ECGOST3410NamedCurves

extends Object
java.lang.Object
   ↳ org.bouncycastle.asn1.cryptopro.ECGOST3410NamedCurves

Class Overview

table of the available named parameters for GOST 3410-2001.

Summary

Public Constructors
ECGOST3410NamedCurves()
Public Methods
static ECDomainParameters getByName(String name)
static ECDomainParameters getByOID(DERObjectIdentifier oid)
return the ECDomainParameters object for the given OID, null if it isn't present.
static String getName(DERObjectIdentifier oid)
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 DERObjectIdentifier getOID(String name)
[Expand]
Inherited Methods
From class java.lang.Object

Public Constructors

public ECGOST3410NamedCurves ()

Public Methods

public static ECDomainParameters getByName (String name)

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.

public static String getName (DERObjectIdentifier oid)

return the named curve name represented by the given object identifier.

public static Enumeration getNames ()

returns an enumeration containing the name strings for parameters contained in this structure.

public static DERObjectIdentifier getOID (String name)