public class GOST3410NamedParameters
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
private static GOST3410ParamSetParameters |
cryptoProA |
private static GOST3410ParamSetParameters |
cryptoProB |
private static GOST3410ParamSetParameters |
cryptoProXchA |
(package private) static java.util.Hashtable |
names |
(package private) static java.util.Hashtable |
objIds |
(package private) static java.util.Hashtable |
params |
Constructor and Description |
---|
GOST3410NamedParameters() |
Modifier and Type | Method and Description |
---|---|
static GOST3410ParamSetParameters |
getByName(java.lang.String name) |
static GOST3410ParamSetParameters |
getByOID(DERObjectIdentifier 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 DERObjectIdentifier |
getOID(java.lang.String name) |
static final java.util.Hashtable objIds
static final java.util.Hashtable params
static final java.util.Hashtable names
private static GOST3410ParamSetParameters cryptoProA
private static GOST3410ParamSetParameters cryptoProB
private static GOST3410ParamSetParameters cryptoProXchA
public static GOST3410ParamSetParameters getByOID(DERObjectIdentifier 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 DERObjectIdentifier getOID(java.lang.String name)
Copyright © 1998-2014 Gamma Technologies. All Rights Reserved.