SecureBlackbox 2020 Python Edition

Questions / Feedback?

save Method

Saves the keyring to disk.

Syntax

def save(public_keyring_file: str, secret_keyring_file: str) -> None: ...

Remarks

Use this method to save the keyring to disk. PGP software typically uses two files to store keyrings, public and private.

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