SecureBlackbox 2020 Python Edition

Questions / Feedback?

verify Method

Verifies digitally signed data.

Syntax

def verify(unique_identifier: str) -> None: ...

Remarks

Use this method to verify the integrity of the signature using a server-side key.

Please provide the signature via input_file (or input_stream) property. For detached signatures, please also provide the data that was signed via data_file (or data_stream) property.

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