Discuss this help topic in SecureBlackbox Forum

TElSSLServer.ECCurveType

TElSSLServer     


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


Specifies elliptic curve type.

Declaration

[C#]
    int ECCurveType;

[VB.NET]
    Property ECCurveType As Integer

[Pascal]
    property ECCurveType: integer;

[C++]
    int32_t get_ECCurveType();
    void set_ECCurveType(int32_t Value);

[PHP]
    integer get_ECCurveType()
    void set_ECCurveType(integer $Value)

[Java]
    int getECCurveType();
    void setECCurveType(int Value);

Description

This property specifies whether the curve is an explicit prime curve (1), explicit char2 curve (2), or a named curve (3). According to the IETF draft, the first two values are deprecated, hence only the value of 3 is left.

Discuss this help topic in SecureBlackbox Forum