JKeychain::loadKeychain
Load a keychain file into this object.
Signature
public function loadKeychain(string
$keychainFile,
string
$passphraseFile,
string
$publicKeyFile )
Parameters
-
$keychainFile
- Path to the keychain file.
-
$passphraseFile
- The path to the passphrase file to decript the keychain.
-
$publicKeyFile
- The file containing the public key to decrypt the passphrase file.
Returns
- boolean
- Result of loading the object.