SecureBlackbox 2020 Python Edition

Questions / Feedback?

load Method

Loads a keyring from disk.

Syntax

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

Remarks

Use this method to load a keyring (usually stored in two files) to the keyring object. If you only have it in one file, pass an empty string as the second parameter.

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