IPWorks Encrypt 2020 Python Edition

Questions / Feedback?

hmac_key Property

The HMAC key used with the 'HMAC-SHA1' signing algorithm.

Syntax

def get_hmac_key() -> bytes: ...
def set_hmac_key(value: bytes) -> None: ...

hmac_key = property(get_hmac_key, set_hmac_key)

Default Value

""

Remarks

This property defines the HMAC key to be used when signing_algorithm is set to "HMAC-SHA1". This must be set before calling before calling sign.

This property is also applicable when calling verify_signature. This may be set before calling verify_signature or from within the on_signature_info event.

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