SecureBlackbox 2020 Python Edition

Questions / Feedback?

clear_text_sign_file Method

Creates a cleartext signature over the provided data.

Syntax

def clear_text_sign_file(source_file: str, dest_file: str) -> None: ...

Remarks

Call this method to create a cleartext signature over the file. The signed data will be saved to DestFile.

Note that only textual data can be signed in cleartext.

Pass the signing key(s) via signing_keys property.

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