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