Discuss this help topic in SecureBlackbox Forum

TElECKeyMaterial.Base

TElECKeyMaterial     See also     


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


This property specifies the base point of the curve.

Declaration

[C#]
    byte[] Base;

[VB.NET]
    Property Base As Byte()

[Pascal]
    property Base : ByteArray;

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

[PHP]
    string get_Base()
    void set_Base(array of byte|string|NULL $Value)

[Java]
    byte[] getBase();
    void setBase(byte[] Value);

Description

    Use this property to define the coordinates of the generator (base point) of the elliptic curve as a single buffer.

See also:     X     Y    

Discuss this help topic in SecureBlackbox Forum