org.bouncycastle.asn1.cryptopro
Class ECGOST3410NamedCurves
java.lang.Object
|
+--org.bouncycastle.asn1.cryptopro.ECGOST3410NamedCurves
- public class ECGOST3410NamedCurves
- extends java.lang.Object
table of the available named parameters for GOST 3410-2001 / 2012.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ECGOST3410NamedCurves
public ECGOST3410NamedCurves()
getByOID
public static ECDomainParameters getByOID(ASN1ObjectIdentifier oid)
- Deprecated. Use
getByOIDX9(ASN1ObjectIdentifier)
instead.
- 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.
getByOIDX9
public static X9ECParameters getByOIDX9(ASN1ObjectIdentifier oid)
getNames
public static java.util.Enumeration getNames()
- returns an enumeration containing the name strings for parameters
contained in this structure.
getByName
public static ECDomainParameters getByName(java.lang.String name)
- Deprecated. Use
getByNameX9(String)
instead.
getByNameX9
public static X9ECParameters getByNameX9(java.lang.String name)
getName
public static java.lang.String getName(ASN1ObjectIdentifier oid)
- return the named curve name represented by the given object identifier.
getOID
public static ASN1ObjectIdentifier getOID(java.lang.String name)