Discuss this help topic in SecureBlackbox Forum

TElMessageVerifier.UsePSS

TElMessageVerifier     


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


Specifies if RSASSA-PSS algorithm is used.

Declaration

[C#]
    bool UsePSS;

[VB.NET]
    Property UsePSS As Boolean

[Pascal]
    property UsePSS : boolean;

[C++]
    bool get_UsePSS();

[PHP]
    bool get_UsePSS()

[Java]
    boolean getUsePSS();

Description

    If this property value is true, then RSASSA-PSS algorithm is used when signing a message. Though RSASSA-PSS algorithm provides better security than classic RSA scheme (PKCS#1-1.5), please take into account, that RSASSA-PSS is a relatively new algorithm and it may not be understood by older implementations.

Discuss this help topic in SecureBlackbox Forum