IPWorks Encrypt 2020 Python Edition

Questions / Feedback?

use_oaep Property

Whether to use Optimal Asymmetric Encryption Padding (OAEP).

Syntax

def get_use_oaep() -> bool: ...
def set_use_oaep(value: bool) -> None: ...

use_oaep = property(get_use_oaep, set_use_oaep)

Default Value

FALSE

Remarks

This setting specifies whether to use Optimal Asymmetric Encryption Padding (OAEP) when encrypting the symmetric_key with the certificate specified by recipient_cert. It is only applicable when calling encrypt and recipient_cert is specified.

By default this value is False and the class will use PKCS1.

Copyright (c) 2022 /n software inc. - All rights reserved.
IPWorks Encrypt 2020 Python Edition - Version 20.0 [Build 8155]