SecureBlackbox 2020 PHP Edition

Questions / Feedback?

SaveToBytes Method

Saves the keyring to a byte array.

Object Oriented Interface

public function doSaveToBytes($secret);

Procedural Interface

secureblackbox_pgpkeyring_do_savetobytes($res, $secret);

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