IPWorks Encrypt 2020 Python Edition

Questions / Feedback?

signing_algorithm Property

The signing algorithm.

Syntax

def get_signing_algorithm() -> str: ...
def set_signing_algorithm(value: str) -> None: ...

signing_algorithm = property(get_signing_algorithm, set_signing_algorithm)

Default Value

""

Remarks

This property specifies the signing algorithm.

This may be set before calling sign. This value will be set after calling verify_signature. Possible values are:

  • "RSA-SHA1" (default)
  • "RSA-SHA256"
  • "DSA-SHA1"
  • "HMAC-SHA1"
Note: When set to "HMAC-SHA1" hmac_key must also be set.

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