Discuss this help topic in SecureBlackbox Forum

TElECKeyMaterial.B

TElECKeyMaterial     See also     


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


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

Declaration

[C#]
    byte[] B;

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

See also:     A    

Discuss this help topic in SecureBlackbox Forum