Gost3410NamedParameters Class

Registry of available named parameters for GOST 3410-94.

Definition

Namespace: Org.BouncyCastle.Asn1.CryptoPro
Assembly: BouncyCastle.Cryptography (in BouncyCastle.Cryptography.dll) Version: 2.3.0-beta.187+d6da5648ae
public static class Gost3410NamedParameters
Inheritance
Object    Gost3410NamedParameters

Properties

NamesEnumerate the available parameter set names in this registry.

Methods

GetByNameLook up the Gost3410ParamSetParameters for the parameter set with the given name.
GetByOidLook up the Gost3410ParamSetParameters for the parameter set with the given OID.
GetOidLook up the OID of the parameter set with the given name.

See Also