SecureBlackbox 2020 PHP Edition

Questions / Feedback?

Save Method

Saves the keyring to disk.

Object Oriented Interface

public function doSave($publickeyringfile, $secretkeyringfile);

Procedural Interface

secureblackbox_pgpkeyring_do_save($res, $publickeyringfile, $secretkeyringfile);

Remarks

Use this method to save the keyring to disk. PGP software typically uses two files to store keyrings, public and private.

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