Discuss this help topic in SecureBlackbox Forum

TElSymmetricKeyMaterial.GenerateIV

TElSymmetricKeyMaterial     See also     


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


Generates new initial vector.

Declaration

[C#]
    void GenerateIV(int Bits);

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

[Pascal]
    procedure GenerateIV(Bits : integer); virtual;

[C++]
    void GenerateIV(int32_t Bits);

[PHP]
    void GenerateIV(integer $Bits)

[Java]
    void generateIV(int Bits);

Parameters

  • Bits - the number of bits in the generated key.

Description

    Use this method to generate new initial vector.

See also:     Generate     IV    

Discuss this help topic in SecureBlackbox Forum