Package org.bouncycastle.asn1.cryptopro
Class GOST3410NamedParameters
- java.lang.Object
-
- org.bouncycastle.asn1.cryptopro.GOST3410NamedParameters
-
public class GOST3410NamedParameters extends java.lang.Objecttable of the available named parameters for GOST 3410-94.
-
-
Constructor Summary
Constructors Constructor Description GOST3410NamedParameters()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static GOST3410ParamSetParametersgetByName(java.lang.String name)static GOST3410ParamSetParametersgetByOID(ASN1ObjectIdentifier oid)return the GOST3410ParamSetParameters object for the given OID, null if it isn't present.static java.util.EnumerationgetNames()returns an enumeration containing the name strings for parameters contained in this structure.static ASN1ObjectIdentifiergetOID(java.lang.String name)
-
-
-
Method Detail
-
getByOID
public static GOST3410ParamSetParameters getByOID(ASN1ObjectIdentifier oid)
return the GOST3410ParamSetParameters object for the given OID, null if it isn't present.- Parameters:
oid- an object identifier representing a named parameters, if present.
-
getNames
public static java.util.Enumeration getNames()
returns an enumeration containing the name strings for parameters contained in this structure.
-
getByName
public static GOST3410ParamSetParameters getByName(java.lang.String name)
-
getOID
public static ASN1ObjectIdentifier getOID(java.lang.String name)
-
-