Discuss this help topic in SecureBlackbox Forum
Buffer containing DSA "Y" parameter.
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 read-only property to get a buffer containing DSA "Y" parameter.
Discuss this help topic in SecureBlackbox Forum