Discuss this help topic in SecureBlackbox Forum

TElPGPCustomPublicKey.QBits

TElPGPCustomPublicKey     


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


Specifies a number of bits in DSA Q parameter.

Declaration

[C#]
    int QBits;

[VB.NET]
    Property QBits As Integer

[Pascal]
    property QBits : integer;

[C++]
    int32_t get_QBits();

[PHP]
    integer get_QBits()

[Java]
    int getQBits();

Description

    Use this property to specify the size of Q-parameter for generated DSA key (can be in range 160-512). This parameter corresponds to the hash algorithm being used with the key. For example, if Q size equals 256 bit, SHA-256 will be used.

Discuss this help topic in SecureBlackbox Forum