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