public class GOST3410NamedParameters
extends java.lang.Object
| Constructor and Description |
|---|
GOST3410NamedParameters() |
| Modifier and Type | Method and Description |
|---|---|
static GOST3410ParamSetParameters |
getByName(java.lang.String name) |
static GOST3410ParamSetParameters |
getByOID(ASN1ObjectIdentifier oid)
return the GOST3410ParamSetParameters object for the given OID, null if it
isn't present.
|
static java.util.Enumeration |
getNames()
returns an enumeration containing the name strings for parameters
contained in this structure.
|
static ASN1ObjectIdentifier |
getOID(java.lang.String name) |
public static GOST3410ParamSetParameters getByOID(ASN1ObjectIdentifier oid)
oid - an object identifier representing a named parameters, if present.public static java.util.Enumeration getNames()
public static GOST3410ParamSetParameters getByName(java.lang.String name)
public static ASN1ObjectIdentifier getOID(java.lang.String name)