ECCurve

ECCurve struct

An elliptic curve.

class ECCurve

Methods

MethodDescription
static ECCurve CreateFromFriendlyName(const String&)Create a curve from the specified OID firendly name.
static ECCurve CreateFromOid(const SharedPtr<Oid>&)Create a curve from the specified oid.
static ECCurve CreateFromValue(const String&)Create a curve from the specified OID value.
bool get_IsCharacteristic2() const
bool get_IsExplicit() const
bool get_IsNamed() const
bool get_IsPrime() const
SharedPtr<Oid> get_Oid() constGets Oid representing the named curve.
void Validate() constValidate the current curve.

Enums

EnumDescription
ECCurveTypeType of elliptic curve.

See Also