Discuss this help topic in SecureBlackbox Forum

TElPDFPublicKeySecurityHandler.HashAlgoritm

TElPDFPublicKeySecurityHandler     


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


Specifies hash algorithm.

Declaration

[C#]
    not available

[VB.NET]
    not available

[Pascal]
    property HashAlgoritm : integer;

[C++]
    not available

[PHP]
    not available

[Java]
    not available

Values:

Description

    Use this property to specify the algoritm used for hashing.
    The only possible value for PDF references prior to 1.7 is: SB_ALGORITHM_DGST_SHA1.
    In PDF Reference 1.7 the following values were added: SB_ALGORITHM_DGST_SHA256, SB_ALGORITHM_DGST_SHA384, SB_ALGORITHM_DGST_SHA512, SB_ALGORITHM_DGST_RIPEMD160.
    Values: SB_ALGORITHM_DGST_MD2, SB_ALGORITHM_DGST_MD5, are supported by Adobe Acrobat 8.0, but not defined in PDF Reference 1.7 .

Discuss this help topic in SecureBlackbox Forum