Joomla CMS
4.2.2
Documentation des API du CMS Joomla en version 4.2.2
|
Fonctions membres publiques | |
__construct (string $type, string $private, string $public) | |
getPrivate () | |
getPublic () | |
getType () | |
Attributs privés | |
$private | |
$public | |
$type | |
Encryption key object for the Joomla Framework.
__construct | ( | string | $type, |
string | $private, | ||
string | $public | ||
) |
Constructor.
string | $type | The key type. |
string | $private | The private key. |
string | $public | The public key. |
Références Key\$private, Key\$public, et Key\$type.
getPrivate | ( | ) |
Retrieve the private key
Références Key\$private.
Référencé par OpenSSL\decrypt(), et OpenSSL\encrypt().
getPublic | ( | ) |
getType | ( | ) |
|
private |
Référencé par Key\__construct(), et Key\getPrivate().
|
private |
Référencé par Key\__construct(), et Key\getPublic().
|
private |
Référencé par Key\__construct(), et Key\getType().