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