Discuss this help topic in SecureBlackbox Forum

TElDSAKeyMaterial.BeginGenerate

TElDSAKeyMaterial     See also     


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


This topic is under development…

Declaration

[C#]
    void BeginGenerate(int PBits, int QBits);
    void BeginGenerate(int Bits);

[VB.NET]
    Sub BeginGenerate(ByVal PBits As Integer, ByVal QBits As Integer)
    Sub BeginGenerate(ByVal Bits As Integer)

[Pascal]
    procedure BeginGenerate(PBits, QBits : integer); virtual;

[C++]
    void BeginGenerate(int32_t PBits, int32_t QBits);

[PHP]
    void BeginGenerate(integer $PBits, integer $QBits)

[Java]
    void beginGenerate(int PBits, int QBits);

Parameters

  • PBits - number of bits in the DSA "P" parameter
  • QBits - number of bits in the DSA "Q" parameter
  • Bits -

Description

    …

See also:         

Discuss this help topic in SecureBlackbox Forum