<PackageReference Include="BouncyCastle.Cryptography" Version="2.1.0" />

Gost3410NamedParameters

public static class Gost3410NamedParameters
Registry of available named parameters for GOST 3410-94.
public static IEnumerable<string> Names { get; }

Enumerate the available parameter set names in this registry.

public static Gost3410ParamSetParameters GetByName(string name)

Look up the Gost3410ParamSetParameters for the parameter set with the given name.

Look up the Gost3410ParamSetParameters for the parameter set with the given DerObjectIdentifierOID.

public static DerObjectIdentifier GetOid(string name)

Look up the DerObjectIdentifierOID of the parameter set with the given name.