Discuss this help topic in SecureBlackbox Forum

TElECKeyMaterial.D

TElECKeyMaterial     See also     


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


Specifies the value of the secret key.

Declaration

[C#]
    byte[] D;

[VB.NET]
    Property D As Byte()

[Pascal]
    property D : ByteArray;

[C++]
    void get_D(std::vector<uint8_t> &OutResult);
    void set_D(const std::vector<uint8_t> &Value);

[PHP]
    string get_D()
    void set_D(array of byte|string|NULL $Value)

[Java]
    byte[] getD();
    void setD(byte[] Value);

Description

    This property specifies the value of the secret key (the order of the public key).

See also:     Q    

Discuss this help topic in SecureBlackbox Forum