Discuss this help topic in SecureBlackbox Forum

TElECKeyMaterial.CurveOID

TElECKeyMaterial     See also     


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


This property specifies object identifier (OID) of the elliptic curve.

Declaration

[C#]
    byte[] CurveOID;

[VB.NET]
    Property CurveOID As Byte()

[Pascal]
    property CurveOID : ByteArray;

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

[PHP]
    string get_CurveOID()
    void set_CurveOID(array of byte|string|NULL $Value)

[Java]
    byte[] getCurveOID();
    void setCurveOID(byte[] Value);

Possible values:

Description

    Use this property to specify OID of the elliptic curve.

See also:     Curve    

Discuss this help topic in SecureBlackbox Forum