Discuss this help topic in SecureBlackbox Forum

TElECKeyMaterial.A

TElECKeyMaterial     See also     


Filter: C#  VB.NET  Pascal  C++  PHP  Java  


This property specifies "A" constant in the curve's equation.

Declaration

[C#]
    byte[] A;

[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.

See also:     B    

Discuss this help topic in SecureBlackbox Forum