JKeychain::saveKeychain
Save this keychain to a file.
Signature
public function saveKeychain(string
$keychainFile,
string
$passphraseFile,
string
$publicKeyFile )
Parameters
-
$keychainFile
- The path to the keychain file.
-
$passphraseFile
- The path to the passphrase file to encrypt the keychain.
-
$publicKeyFile
- The file containing the public key to decrypt the passphrase file.
Returns
- boolean
- Result of storing the file.