Discuss this help topic in SecureBlackbox Forum
This property contains X coordinate of the public key.
Declaration
[VB.NET]
Property QX As Byte()
[Pascal]
property QX : ByteArray;
[C++]
void get_QX(std::vector<uint8_t> &OutResult);
void set_QX(const std::vector<uint8_t> &Value);
[PHP]
string get_QX()
void set_QX(array of byte|string|NULL $Value)
[Java]
byte[] getQX();
void setQX(byte[] Value);
Description
Use this property to get or set X coordinate of the public key.
Discuss this help topic in SecureBlackbox Forum