Discuss this help topic in SecureBlackbox Forum

TElSSHKey.DSSP

TElSSHKey     See also     


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


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

Declaration

[C#]
    byte[] DSSP;

[VB.NET]
    Property DSSP As Byte()

[Pascal]
    property DSSP : string;

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

[PHP]
    string get_DSSP()
    void set_DSSP(array of byte|string|NULL $Value)

[Java]
    byte[] getDSSP();
    void setDSSP(byte[] Value);

Description

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

See also:     DSSG     DSSQ     DSSX     DSSY    

Discuss this help topic in SecureBlackbox Forum