Discuss this help topic in SecureBlackbox Forum
The number of bits in DSA's prime.
Declaration
[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.
Discuss this help topic in SecureBlackbox Forum