X962NamedCurves Class

Elliptic curve registry for the curves defined in X.962 EC-DSA.

Definition

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

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