Discuss this help topic in SecureBlackbox Forum
This property specifies "A" constant in the curve's equation.
Declaration
[VB.NET]
Property A As Byte()
[Pascal]
property A : ByteArray;
[C++]
void get_A(std::vector<uint8_t> &OutResult);
void set_A(const std::vector<uint8_t> &Value);
[PHP]
string get_A()
void set_A(array of byte|string|NULL $Value)
[Java]
byte[] getA();
void setA(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