Discuss this help topic in SecureBlackbox Forum
This property contains X coordinate of the generator (base point).
Declaration
[VB.NET]
Property X As Byte()
[Pascal]
property X : ByteArray;
[C++]
void get_X(std::vector<uint8_t> &OutResult);
void set_X(const std::vector<uint8_t> &Value);
[PHP]
string get_X()
void set_X(array of byte|string|NULL $Value)
[Java]
byte[] getX();
void setX(byte[] Value);
Description
Use this property to get or set the X coordinate of the base point of the curve.
Discuss this help topic in SecureBlackbox Forum