Discuss this help topic in SecureBlackbox Forum

TElECKeyMaterial.X

TElECKeyMaterial     See also     


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


This property contains X coordinate of the generator (base point).

Declaration

[C#]
    byte[] X;

[VB.NET]
    Property X As Byte()

[Pascal]
    property X : ByteArray;

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

[PHP]
    string get_X()
    void set_X(array of byte|string|NULL $Value)

[Java]
    byte[] getX();
    void setX(byte[] Value);

Description

    Use this property to get or set the X coordinate of the base point of the curve.

See also:     Base     Y    

Discuss this help topic in SecureBlackbox Forum