Discuss this help topic in SecureBlackbox Forum
This property specifies the value of Q parameter
of DSS signature key.
Declaration
[VB.NET]
Property DSSQ As Byte()
[Pascal]
property DSSQ : string;
[C++]
void get_DSSQ(std::vector<uint8_t> &OutResult);
void set_DSSQ(const std::vector<uint8_t> &Value);
[PHP]
string get_DSSQ()
void set_DSSQ(array of byte|string|NULL $Value)
[Java]
byte[] getDSSQ();
void setDSSQ(byte[] Value);
Description
This property specifies
the Q («Prime Factor») parameter of the
DSS signature key.
The string should contain the binary data of Q.
Discuss this help topic in SecureBlackbox Forum