Discuss this help topic in SecureBlackbox Forum
Buffer containing Diffie-Hellman "G" parameter.
Declaration
[VB.NET]
Property G As Byte()
[Pascal]
property G : ByteArray;
[C++]
void get_G(std::vector<uint8_t> &OutResult);
void set_G(const std::vector<uint8_t> &Value);
[PHP]
string get_G()
void set_G(array of byte|string|NULL $Value)
[Java]
byte[] getG();
void setG(byte[] Value);
Description
Use this read-only property to get a buffer containing Diffie-Hellman "G" parameter (group generator).
Discuss this help topic in SecureBlackbox Forum