ECNamedCurveTableGetByOidLazy Method

Look up an X9ECParametersHolder for the curve with the given OID.

Definition

Namespace: Org.BouncyCastle.Asn1.X9
Assembly: BouncyCastle.Cryptography (in BouncyCastle.Cryptography.dll) Version: 2.3.0-beta.187+d6da5648ae

Parameters

oid  DerObjectIdentifier
The OID for the curve.

Return Value

X9ECParametersHolder

Remarks

Allows accessing the curve without necessarily triggering the creation of the full X9ECParameters.

See Also