X962NamedCurvesGetByNameLazy Method

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

Definition

Namespace: Org.BouncyCastle.Asn1.X9
Assembly: BouncyCastle.Cryptography (in BouncyCastle.Cryptography.dll) Version: 2.3.0-beta.187+d6da5648ae
public static X9ECParametersHolder GetByNameLazy(
	string name
)

Parameters

name  String
The name of the curve.

Return Value

X9ECParametersHolder

Remarks

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

See Also