Discuss this help topic in SecureBlackbox Forum
Buffer containing DSA "Q" parameter.
Declaration
[VB.NET]
Property Q As Byte()
[Pascal]
property Q : ByteArray;
[C++]
void get_Q(std::vector<uint8_t> &OutResult);
void set_Q(const std::vector<uint8_t> &Value);
[PHP]
string get_Q()
void set_Q(array of byte|string|NULL $Value)
[Java]
byte[] getQ();
void setQ(byte[] Value);
Description
Use this read-only property to get a buffer containing DSA "Q" parameter.
Discuss this help topic in SecureBlackbox Forum