SecureBlackbox 2020 Python Edition

Questions / Feedback?

save_to_bytes Method

Saves the keyring to a byte array.

Syntax

def save_to_bytes(secret: bool) -> bytes: ...

Remarks

Use this method to save the keyring to a byte array. PGP software typically uses two files to store keyrings. Use Secret parameter to specify which part of the keyring you would like to save (public or secret).

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