SecureBlackbox 2020 Python Edition

Questions / Feedback?

sign Method

Signs the data.

Syntax

def sign() -> None: ...

Remarks

This method signs the data provided via input_file (or input_stream) with signing_certificate, and saves the signature in output_file (output_stream). Set the desired signature variant via signature_type property.

The class automatically timestamps the created signature if a timestamp_server is provided.

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