Discuss this help topic in SecureBlackbox Forum

TElZipStrongEncryptionInfo.UseOAEP

TElZipStrongEncryptionInfo     See also     


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


Specifies whether RSA-OAEP encryption is used.

Declaration

[C#]
    bool UseOAEP;

[VB.NET]
    Property UseOAEP As Boolean

[Pascal]
    property UseOAEP : boolean;

[C++]
    bool get_UseOAEP();
    void set_UseOAEP(bool Value);

[PHP]
    bool get_UseOAEP()
    void set_UseOAEP(bool $Value)

[Java]
    boolean getUseOAEP();
    void setUseOAEP(boolean Value);

Description

    Use this property to specify if RSA-OAEP encryption algorithm should be used.

See also:     EncryptionAlgorithm    

Discuss this help topic in SecureBlackbox Forum