IPWorks Encrypt 2020 Python Edition

Questions / Feedback?

keyx Property

Represents the X parameter for the DSA algorithm.

Syntax

def get_keyx() -> bytes: ...
def set_keyx(value: bytes) -> None: ...

keyx = property(get_keyx, set_keyx)

Default Value

""

Remarks

Represents the X parameter for the DSA algorithm.

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