Discuss this help topic in SecureBlackbox Forum

TElMessageDecryptor.BitsInKey

TElMessageDecryptor     See also     


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


This property contains the encryption key length in bits.

Declaration

[C#]
    int BitsInKey;

[VB.NET]
    Property BitsInKey As Integer

[Pascal]
    property BitsInKey : integer;

[C++]
    int32_t get_BitsInKey();

[PHP]
    integer get_BitsInKey()

[Java]
    int getBitsInKey();

Description

    Check this property to obtain the block cipher key length.

See also:     Algorithm    

Discuss this help topic in SecureBlackbox Forum