Discuss this help topic in SecureBlackbox Forum
Specifies the public key value.
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
This property specifies the value of the public key.
Discuss this help topic in SecureBlackbox Forum