Discuss this help topic in SecureBlackbox Forum

TElSSHKey.DSSQ

TElSSHKey     See also     


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


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

Declaration

[C#]
    byte[] DSSQ;

[VB.NET]
    Property DSSQ As Byte()

[Pascal]
    property DSSQ : string;

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

[PHP]
    string get_DSSQ()
    void set_DSSQ(array of byte|string|NULL $Value)

[Java]
    byte[] getDSSQ();
    void setDSSQ(byte[] Value);

Description

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

See also:     DSSG     DSSP     DSSX     DSSY    

Discuss this help topic in SecureBlackbox Forum