IPWorks Encrypt 2020 Python Edition

Questions / Feedback?

signer_key_x_pk Property

Holds the public key data.

Syntax

def get_signer_key_x_pk() -> bytes: ...
def set_signer_key_x_pk(value: bytes) -> None: ...

signer_key_x_pk = property(get_signer_key_x_pk, set_signer_key_x_pk)

Default Value

""

Remarks

Holds the public key data.

Note: This value is only applicable when using Curve25519 or Curve448.

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