Discuss this help topic in SecureBlackbox Forum

TElECAlgorithmIdentifier.Curve

TElECAlgorithmIdentifier     


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


Declaration

[C#]
    byte[] Curve;

[VB.NET]
    Property Curve As Byte()

[Pascal]
    property Curve : ByteArray;

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

[PHP]
    string get_Curve()
    void set_Curve(array of byte|string|NULL $Value)

[Java]
    byte[] getCurve();
    void setCurve(byte[] V);

Parameters

  • V -

Description

    …

Discuss this help topic in SecureBlackbox Forum