SecureBlackbox 2020 Python Edition

Questions / Feedback?

sign Method

Signs the data using a key on the KMIP server.

Syntax

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

Remarks

Use this method to sign the data using the key with the specified UniqueIdentifier. Pass the data to be signed via input_file (or input_stream) property. The resulting signed data will be written to output_file (or output_stream).

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