IPWorks Encrypt 2020 Python Edition

Questions / Feedback?

signer_key_rx Property

Represents the public key's Rx parameter.

Syntax

def get_signer_key_rx() -> bytes: ...
def set_signer_key_rx(value: bytes) -> None: ...

signer_key_rx = property(get_signer_key_rx, set_signer_key_rx)

Default Value

""

Remarks

Represents the public key's Rx parameter.

Note: This value is only applicable when using a NIST curve.

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