SecureBlackbox 2020 PHP Edition

Questions / Feedback?

ImportBytes Method

Loads key from buffer.

Object Oriented Interface

public function doImportBytes($bytes, $password);

Procedural Interface

secureblackbox_sshkeymanager_do_importbytes($res, $bytes, $password);

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 PHP Edition - Version 20.0 [Build 8154]