Discuss this help topic in SecureBlackbox Forum
This property specifies the value of G parameter of DSS signature key.
Declaration
[VB.NET]
Property DSSG As Byte()
[Pascal]
property DSSG : string;
[C++]
void get_DSSG(std::vector<uint8_t> &OutResult);
void set_DSSG(const std::vector<uint8_t> &Value);
[PHP]
string get_DSSG()
void set_DSSG(array of byte|string|NULL $Value)
[Java]
byte[] getDSSG();
void setDSSG(byte[] Value);
Description
This property specifies
the G («Generator») parameter of the
DSS signature key.
The string should contain the binary data of G.
Discuss this help topic in SecureBlackbox Forum