IPWorks EDI 2020 Python Edition

Questions / Feedback?

use_pss Property

Whether to use RSA-PSS during signing and verification.

Syntax

def get_use_pss() -> bool: ...
def set_use_pss(value: bool) -> None: ...

use_pss = property(get_use_pss, set_use_pss)

Default Value

FALSE

Remarks

This property specifies whether RSA-PSS will be used when signing and verifying messages. The default value is False.

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