| 
Bouncy Castle Cryptography 1.33 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.bouncycastle.asn1.cryptopro.ECGOST3410NamedCurves
table of the available named parameters for GOST 3410-2001.
| Constructor Summary | |
ECGOST3410NamedCurves()
 | 
|
| Method Summary | |
static ECDomainParameters | 
getByName(java.lang.String name)
 | 
static ECDomainParameters | 
getByOID(DERObjectIdentifier oid)
return the ECDomainParameters object for the given OID, null if it isn't present.  | 
static java.lang.String | 
getName(DERObjectIdentifier oid)
return the named curve name represented by the given object identifier.  | 
static java.util.Enumeration | 
getNames()
returns an enumeration containing the name strings for parameters contained in this structure.  | 
static DERObjectIdentifier | 
getOID(java.lang.String name)
 | 
| Methods inherited from class java.lang.Object | 
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Constructor Detail | 
public ECGOST3410NamedCurves()
| Method Detail | 
public static ECDomainParameters getByOID(DERObjectIdentifier oid)
oid - an object identifier representing a named parameters, if present.public static java.util.Enumeration getNames()
public static ECDomainParameters getByName(java.lang.String name)
public static java.lang.String getName(DERObjectIdentifier oid)
public static DERObjectIdentifier getOID(java.lang.String name)
  | 
Bouncy Castle Cryptography 1.33 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||