Discuss this help topic in SecureBlackbox Forum

TElDSAKeyMaterial.QBits

TElDSAKeyMaterial     


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


Specifies a number of bits in the 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 read-only property to get a number of bits in the DSA "Q" parameter (can be in range 160-512).

Discuss this help topic in SecureBlackbox Forum