Discuss this help topic in SecureBlackbox Forum
Returns the safe prime value.
Declaration
[VB.NET]
Property Prime As Byte()
[Pascal]
property Prime : ByteArray;
[C++]
void get_Prime(std::vector<uint8_t> &OutResult);
[Java]
byte[] getPrime();
Description
Use this property to get the value of the safe prime.
Discuss this help topic in SecureBlackbox Forum