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