Discuss this help topic in SecureBlackbox Forum

TElPGPUnenvelopingStream.HashingPool

TElPGPUnenvelopingStream     See also     


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


Contains data for hash generation.

Declaration

[C#]
    TElPGPHashingPool HashingPool;

[VB.NET]
    Property HashingPool As TElPGPHashingPool

[Pascal]
    property HashingPool : TElPGPHashingPool;

[C++]
    TElPGPHashingPool* get_HashingPool();
    void set_HashingPool(TElPGPHashingPool &Value);
    void set_HashingPool(TElPGPHashingPool *Value);

[PHP]
    TElPGPHashingPool get_HashingPool()
    void set_HashingPool(TElPGPHashingPool $Value)

[Java]
    TElPGPHashingPool getHashingPool();
    void setHashingPool(TElPGPHashingPool Value);

Description

    This property contains data that is used when hash must be calculated.
    TElPGPHashingPool type is used for calculating hash from clear data. Such hash is used for signature verification. TElPGPHashingPool has basic interface for hash calculation using several algorithms.

See also:     FileName     Timestamp    

Discuss this help topic in SecureBlackbox Forum