Discuss this help topic in SecureBlackbox Forum

TElMessageDecryptor.Algorithm

TElMessageDecryptor     See also     


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


This property specifies the stream (block) cipher which was used to encrypt data.

Declaration

[C#]
    int Algorithm;

[VB.NET]
    Property Algorithm As Integer

[Pascal]
    property Algorithm : integer;

[C++]
    int32_t get_Algorithm();

[PHP]
    integer get_Algorithm()

[Java]
    int getAlgorithm();

Values:

Description

    Check this property to obtain block algorithm which was used to encrypt messages.

See also:     BitsInKey    

Discuss this help topic in SecureBlackbox Forum