Discuss this help topic in SecureBlackbox Forum

TElECKeyMaterial.QY

TElECKeyMaterial     See also     


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


This property contains Y coordinate of the public key.

Declaration

[C#]
    byte[] QY;

[VB.NET]
    Property QY As Byte()

[Pascal]
    property QY : ByteArray;

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

[PHP]
    string get_QY()
    void set_QY(array of byte|string|NULL $Value)

[Java]
    byte[] getQY();
    void setQY(byte[] Value);

Description

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

See also:     QX     Q    

Discuss this help topic in SecureBlackbox Forum