Discuss this help topic in SecureBlackbox Forum

TElGOST2001KeyMaterial.D

TElGOST2001KeyMaterial     See also     


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


Returns the signature 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 signature (secret) key.

See also:     Q     Generate    

Discuss this help topic in SecureBlackbox Forum