Discuss this help topic in SecureBlackbox Forum

TElMessageDecryptor.UseOAEP

TElMessageDecryptor     


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


Specifies if RSA-OAEP algorithm is used.

Declaration

[C#]
    bool UseOAEP;

[VB.NET]
    Property UseOAEP As Boolean

[Pascal]
    property UseOAEP : boolean;

[C++]
    bool get_UseOAEP();

[PHP]
    bool get_UseOAEP()

[Java]
    boolean getUseOAEP();

Description

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

Discuss this help topic in SecureBlackbox Forum