Discuss this help topic in SecureBlackbox Forum
This property specifies seed used in curve generation.
Declaration
[VB.NET]
Property Seed As Byte()
[Pascal]
property Seed : ByteArray;
[C++]
void get_Seed(std::vector<uint8_t> &OutResult);
void set_Seed(const std::vector<uint8_t> &Value);
[PHP]
string get_Seed()
void set_Seed(array of byte|string|NULL $Value)
[Java]
byte[] getSeed();
void setSeed(byte[] Value);
Description
Use this property to specify seed used in curve generation.
Discuss this help topic in SecureBlackbox Forum