Discuss this help topic in SecureBlackbox Forum

TElDHKeyMaterial.G

TElDHKeyMaterial     See also     


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


Buffer containing Diffie-Hellman "G" parameter.

Declaration

[C#]
    byte[] G;

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

See also:     P     X     Y    

Discuss this help topic in SecureBlackbox Forum