Discuss this help topic in SecureBlackbox Forum

TElGOST2001KeyMaterial.Generate

TElGOST2001KeyMaterial     See also     


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


Generates new key.

Declaration

[C#]
    void Generate();
    void Generate(int Bits);

[VB.NET]
    Sub Generate()
    Sub Generate(ByVal Bits As Integer)

[Pascal]
    procedure Generate; virtual;

[C++]
    void Generate();

[PHP]
    void Generate()

[Java]
    void generate();

Parameters

  • Bits -

Description

    Use this method to generate new key.

See also:     Q     D    

Discuss this help topic in SecureBlackbox Forum