Discuss this help topic in SecureBlackbox Forum
Declaration
[VB.NET]
Property CurveOID As Byte()
[Pascal]
under development
[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);
Description
This topic is under development.
Discuss this help topic in SecureBlackbox Forum