IPWorks Encrypt 2020 Python Edition

Questions / Feedback?

keyk Property

Represent the private key (K) parameter.

Syntax

def get_keyk() -> bytes: ...
def set_keyk(value: bytes) -> None: ...

keyk = property(get_keyk, set_keyk)

Default Value

""

Remarks

Represent the private key (K) 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]