IPWorks Encrypt 2020 Python Edition

Questions / Feedback?

hash_signature Property

The hash signature.

Syntax

def get_hash_signature() -> bytes: ...
def set_hash_signature(value: bytes) -> None: ...

hash_signature = property(get_hash_signature, set_hash_signature)

Default Value

""

Remarks

This property holds the computed hash signature. This is populated after calling sign. This must be set before calling verify_signature.

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