Discuss this help topic in SecureBlackbox Forum
Contains the value of the generator.
Declaration
[VB.NET]
Property Generator As Byte()
[Pascal]
property Generator : ByteArray;
[C++]
void get_Generator(std::vector<uint8_t> &OutResult);
void set_Generator(const std::vector<uint8_t> &Value);
[PHP]
string get_Generator()
void set_Generator(array of byte|string|NULL $Value)
[Java]
byte[] getGenerator();
void setGenerator(byte[] Value);
Description
Use this property to get or set the generator for the for the multiplicative group.
Discuss this help topic in SecureBlackbox Forum