IPWorks Encrypt 2020 Python Edition

Questions / Feedback?

signer_key_modulus Property

Represents the Modulus parameter for the RSA algorithm.

Syntax

def get_signer_key_modulus() -> bytes: ...
def set_signer_key_modulus(value: bytes) -> None: ...

signer_key_modulus = property(get_signer_key_modulus, set_signer_key_modulus)

Default Value

""

Remarks

Represents the Modulus parameter for the RSA algorithm.

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