Discuss this help topic in SecureBlackbox Forum

TElRSAKeyMaterial.HashAlgorithm

TElRSAKeyMaterial     See also     


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


Hash algorithm used for signing.

Declaration

[C#]
    int HashAlgorithm;

[VB.NET]
    Property HashAlgorithm As Integer

[Pascal]
    property HashAlgorithm : integer;

[C++]
    int32_t get_HashAlgorithm();
    void set_HashAlgorithm(int32_t Value);

[PHP]
    integer get_HashAlgorithm()
    void set_HashAlgorithm(integer $Value)

[Java]
    int getHashAlgorithm();
    void setHashAlgorithm(int Value);

Possible algorithms:

Description

    Use this method to specify hash algorithm used for signing

See also:     KeyFormat     Passphrase     PEMEncode     StrLabel     SaltSize    

Discuss this help topic in SecureBlackbox Forum