Discuss this help topic in SecureBlackbox Forum

TElDHKeyMaterial.PeerY

TElDHKeyMaterial     See also     


Filter: C#  VB.NET  Pascal  C++  PHP  Java  


Buffer containing Diffie-Hellman "Y" parameter.

Declaration

[C#]
    byte[] PeerY;

[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).

See also:     G     P     X     Y    

Discuss this help topic in SecureBlackbox Forum