Discuss this help topic in SecureBlackbox Forum

TElECCurvesSSLExtension.SetCurves

TElECCurvesSSLExtension     


Filter: C#  VB.NET  Pascal  C++  PHP  Java  


Use this method to enable or disable certain elliptic curves.

Declaration

[C#]
    void SetCurves(int Curve, bool Enabled);

[VB.NET]
    Sub SetCurves(ByVal Curve As Integer, ByVal Enabled As Boolean)

[Pascal]
    procedure SetCurves(Curve : integer; Enabled : boolean);

[C++]
    void SetCurves(int32_t Curve, bool Enabled);

[PHP]
    void SetCurves(integer $Curve, bool $Enabled)

[Java]
    void setCurves(int Curve, boolean Enabled);

Parameters

  • Curve - specifies the elliptic curve.
  • Enabled - set this parameter to True to enable, and to False to disable the curve.

Possible values:

Description

    Use this method to enable or disable different elliptic curves. The curves are defined in RFC 4492.

Discuss this help topic in SecureBlackbox Forum