SecNamedCurves Class

Elliptic curve registry for the SEC standard.

Definition

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

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