Discuss this help topic in SecureBlackbox Forum

TElECKeyMaterial.QX

TElECKeyMaterial     See also     


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


This property contains X coordinate of the public key.

Declaration

[C#]
    byte[] QX;

[VB.NET]
    Property QX As Byte()

[Pascal]
    property QX : ByteArray;

[C++]
    void get_QX(std::vector<uint8_t> &OutResult);
    void set_QX(const std::vector<uint8_t> &Value);

[PHP]
    string get_QX()
    void set_QX(array of byte|string|NULL $Value)

[Java]
    byte[] getQX();
    void setQX(byte[] Value);

Description

    Use this property to get or set X coordinate of the public key.

See also:     QY     Q    

Discuss this help topic in SecureBlackbox Forum