SecureBlackbox 2020 Python Edition

Questions / Feedback?

import_bytes Method

Loads key from buffer.

Syntax

def import_bytes(bytes: bytes, password: str) -> None: ...

Remarks

Use this method to read a key stored in a buffer. Password specifies a password to decrypt the private key.

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