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