Discuss this help topic in SecureBlackbox Forum

TElECKeyMaterial.Q

TElECKeyMaterial     See also     


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


Specifies the public key value.

Declaration

[C#]
    byte[] Q;

[VB.NET]
    Property Q As Byte()

[Pascal]
    property Q : ByteArray;

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

[PHP]
    string get_Q()
    void set_Q(array of byte|string|NULL $Value)

[Java]
    byte[] getQ();
    void setQ(byte[] Value);

Description

    This property specifies the value of the public key.

See also:     D     QX     QY    

Discuss this help topic in SecureBlackbox Forum