JKeychain::createPassphraseFile
Create a passphrase file
Signature
public function createPassphraseFile(string
$passphrase,
string
$passphraseFile,
string
$privateKeyFile,
string
$privateKeyPassphrase )
Parameters
-
$passphrase
- The passphrase to store in the passphrase file.
-
$passphraseFile
- Path to the passphrase file to create.
-
$privateKeyFile
- Path to the private key file to encrypt the passphrase file.
-
$privateKeyPassphrase
- The passphrase for the private key.
Returns
- boolean
- Result of writing the passphrase file to disk.
Errors/Exceptions
-
RuntimeException