Discuss this help topic in SecureBlackbox Forum

TElECKeyMaterial.N

TElECKeyMaterial     See also     


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


This property specifies order of the elliptic curve.

Declaration

[C#]
    byte[] N;

[VB.NET]
    Property N As Byte()

[Pascal]
    property N : ByteArray;

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

[PHP]
    string get_N()
    void set_N(array of byte|string|NULL $Value)

[Java]
    byte[] getN();
    void setN(byte[] Value);

Description

    Use this property to get or set curve order.

See also:     Curve    

Discuss this help topic in SecureBlackbox Forum