Discuss this help topic in SecureBlackbox Forum
This property specifies "B" constant in the curve's equation.
Declaration
[VB.NET]
Property B As Byte()
[Pascal]
property B : ByteArray;
[C++]
void get_B(std::vector<uint8_t> &OutResult);
void set_B(const std::vector<uint8_t> &Value);
[PHP]
string get_B()
void set_B(array of byte|string|NULL $Value)
[Java]
byte[] getB();
void setB(byte[] Value);
Description
Use this property to get or set the "A" coefficient in the equation
which defines the elliptic curve to be used for cryptographic operations.
Discuss this help topic in SecureBlackbox Forum