Discuss this help topic in SecureBlackbox Forum

TElECKeyMaterial.Y

TElECKeyMaterial     See also     


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


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

Declaration

[C#]
    byte[] Y;

[VB.NET]
    Property Y As Byte()

[Pascal]
    property Y : ByteArray;

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

[PHP]
    string get_Y()
    void set_Y(array of byte|string|NULL $Value)

[Java]
    byte[] getY();
    void setY(byte[] Value);

Description

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

See also:     Base     X    

Discuss this help topic in SecureBlackbox Forum