Discuss this help topic in SecureBlackbox Forum

TElSSHKey.DSSG

TElSSHKey     See also     


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


This property specifies the value of G parameter of DSS signature key.

Declaration

[C#]
    byte[] DSSG;

[VB.NET]
    Property DSSG As Byte()

[Pascal]
    property DSSG : string;

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

[PHP]
    string get_DSSG()
    void set_DSSG(array of byte|string|NULL $Value)

[Java]
    byte[] getDSSG();
    void setDSSG(byte[] Value);

Description

    This property specifies the G («Generator») parameter of the DSS signature key. The string should contain the binary data of G.

See also:     DSSP     DSSQ     DSSX     DSSY    

Discuss this help topic in SecureBlackbox Forum