Discuss this help topic in SecureBlackbox Forum

TElRemoteSigningParams.DSAQBits

TElRemoteSigningParams     See also     


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


The number of bits in DSA's prime.

Declaration

[C#]
    int DSAQBits;

[VB.NET]
    Property DSAQBits As Integer

[Pascal]
    Property DSAQBits : Integer;

[C++]
    int32_t get_DSAQBits();
    void set_DSAQBits(int32_t Value);

[PHP]
    integer get_DSAQBits()
    void set_DSAQBits(integer $Value)

[Java]
    int getDSAQBits();
    void setDSAQBits(int Value);

Description

    Use this property to specify the number of bits in the q prime when DSA is used.

See also:     ECDSACurve    

Discuss this help topic in SecureBlackbox Forum