Class JKeychain
Keychain Class
- Joomla\Registry\Registry implements JsonSerializable, ArrayAccess, IteratorAggregate, Countable
- JKeychain
Package: Joomla\Platform\Keychain
Deprecated: 4.0 Deprecated without replacement
Copyright: Copyright (C) 2005 - 2017 Open Source Matters, Inc. All rights reserved
License: General Public License version 2 or later; see LICENSE
Since: 12.3
Located at joomla/keychain/keychain.php
Deprecated: 4.0 Deprecated without replacement
Copyright: Copyright (C) 2005 - 2017 Open Source Matters, Inc. All rights reserved
License: General Public License version 2 or later; see LICENSE
Since: 12.3
Located at joomla/keychain/keychain.php
Methods summary
public
boolean
|
#
createPassphraseFile( string $passphrase, string $passphraseFile, string $privateKeyFile, string $privateKeyPassphrase )
Create a passphrase file |
public
mixed
|
|
public
boolean
|
#
loadKeychain( string $keychainFile, string $passphraseFile, string $publicKeyFile )
Load a keychain file into this object. |
public
boolean
|
#
saveKeychain( string $keychainFile, string $passphraseFile, string $publicKeyFile )
Save this keychain to a file. |
protected
string
|
#
getPassphraseFromFile( string $passphraseFile, string $publicKeyFile )
Get the passphrase for this keychain |
Methods inherited from Joomla\Registry\Registry
__clone()
,
__construct()
,
__toString()
,
append()
,
asArray()
,
bindData()
,
count()
,
def()
,
exists()
,
extract()
,
flatten()
,
get()
,
getInstance()
,
getIterator()
,
jsonSerialize()
,
loadArray()
,
loadFile()
,
loadObject()
,
loadString()
,
merge()
,
offsetExists()
,
offsetGet()
,
offsetSet()
,
offsetUnset()
,
set()
,
toArray()
,
toFlatten()
,
toObject()
,
toString()
Magic methods summary
Properties summary
public
string
|
$method |
#
Method to use for encryption. |
public
string
|
$iv |
#
Initialisation vector for encryption method. |