SecureBlackbox Lite 2020 Python Edition

Questions / Feedback?

export_to_file Method

Writes key to file.

Syntax

def export_to_file(key_type: int, path: str, password: str) -> None: ...

Remarks

Use this method to save key in the file. KeyType specifies the format in which the key should be stored, Path specifies the full path to the file, and Password is a password to decrypt the private key.

Allowed key types:

cktPrivate0A private key

cktPublic1A public key

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