Discuss this help topic in SecureBlackbox Forum

TElPGPEncryptingStream.Algorithm

TElPGPEncryptingStream     See also     


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


Symmetric algorithm for data encryption.

Declaration

[C#]
    int Algorithm;

[VB.NET]
    Property Algorithm As Integer

[Pascal]
    property Algorithm : TSBPGPSymmetricKeyAlgorithm;
    TSBPGPSymmetricKeyAlgorithm = integer;

[C++]
    int32_t get_Algorithm();
    void set_Algorithm(int32_t Value);

[PHP]
    integer get_Algorithm()
    void set_Algorithm(integer $Value)

[Java]
    int getAlgorithm();
    void setAlgorithm(int Value);

Values

Description

    Use this property to specify which symmetric algorithm should be used for data encryption.
    Default value is SB_PGP_ALGORITHM_SK_CAST5. Note that various versions of PGP-compatible software support different algorithms.

See also:     Protection    

Discuss this help topic in SecureBlackbox Forum