Discuss this help topic in SecureBlackbox Forum

TElOpenOfficeEncryptionHandler.EncryptionAlgorithm

TElOpenOfficeEncryptionHandler     See also     


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


Specifies encryption algorithm.

Declaration

[C#]
    int EncryptionAlgorithm;

[VB.NET]
    Property EncryptionAlgorithm As Integer

[Pascal]
    under development

[C++]
    int32_t get_EncryptionAlgorithm();
    void set_EncryptionAlgorithm(int32_t Value);

[PHP]
    integer get_EncryptionAlgorithm()
    void set_EncryptionAlgorithm(integer $Value)

[Java]
    int getEncryptionAlgorithm();
    void setEncryptionAlgorithm(int Value);

Values:

Description

This property specifies the algorithm used for encrypting data. The default value is SB_ALGORITHM_CNT_BLOWFISH.

See also:     ChecksumAlgorithm     StartKeyGenerationAlgorithm    

Discuss this help topic in SecureBlackbox Forum