Package org.bouncycastle.asn1.cryptopro
Class GOST3410NamedParameters
java.lang.Object
org.bouncycastle.asn1.cryptopro.GOST3410NamedParameters
table of the available named parameters for GOST 3410-94.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic GOST3410ParamSetParameters
static GOST3410ParamSetParameters
return the GOST3410ParamSetParameters object for the given OID, null if it isn't present.static Enumeration
getNames()
returns an enumeration containing the name strings for parameters contained in this structure.static ASN1ObjectIdentifier
-
Constructor Details
-
GOST3410NamedParameters
public GOST3410NamedParameters()
-
-
Method Details
-
getByOID
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
returns an enumeration containing the name strings for parameters contained in this structure. -
getByName
-
getOID
-