Discuss this help topic in SecureBlackbox Forum
This property specifies order of the elliptic curve.
Declaration
[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.
Discuss this help topic in SecureBlackbox Forum