ECGost3410NamedCurves Class

Elliptic curve registry for GOST 3410-2001 / 2012.

Definition

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

Properties

NamesEnumerate the available curve names in this registry.

Methods

GetByNameLook up the X9ECParameters for the curve with the given name.
GetByNameLazyLook up an X9ECParametersHolder for the curve with the given name.
GetByOidLook up the X9ECParameters for the curve with the given OID.
GetByOidLazyLook up an X9ECParametersHolder for the curve with the given OID.
GetNameLook up the name of the curve with the given OID.
GetOidLook up the OID of the curve with the given name.

See Also