Discuss this help topic in SecureBlackbox Forum
Defines the elliptic curve.
Declaration
[VB.NET]
Property Curve As Integer
[Pascal]
property Curve : integer;
[C++]
int32_t get_Curve();
void set_Curve(int32_t Value);
[PHP]
integer get_Curve()
void set_Curve(integer $Value)
[Java]
int getCurve();
void setCurve(int Value);
Values
Description
Use this property to specify the elliptic curve on which the cryptography operations are performed.
Discuss this help topic in SecureBlackbox Forum