Discuss this help topic in SecureBlackbox Forum
Buffer containing Diffie-Hellman "Y" parameter.
Declaration
[VB.NET]
Property PeerY As Byte()
[Pascal]
property PeerY : ByteArray;
[C++]
void get_PeerY(std::vector<uint8_t> &OutResult);
void set_PeerY(const std::vector<uint8_t> &Value);
[PHP]
string get_PeerY()
void set_PeerY(array of byte|string|NULL $Value)
[Java]
byte[] getPeerY();
void setPeerY(byte[] Value);
Description
Use this read-only property to get a buffer containing Diffie-Hellman "Y" parameter (peer party public key).
Discuss this help topic in SecureBlackbox Forum