SecureBlackbox 2020 PHP Edition

Questions / Feedback?

LoadFromBytes Method

Loads a keyring from two byte arrays.

Object Oriented Interface

public function doLoadFromBytes($publickeyring, $secretkeyring);

Procedural Interface

secureblackbox_pgpkeyring_do_loadfrombytes($res, $publickeyring, $secretkeyring);

Remarks

Use this method to load a keyring from two byte arrays. Keyring are typically stored in the form of two files (public and secret), but if you only have one file, pass an empty array as the second parameter.

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