Joomla CMS  4.2.2
Documentation des API du CMS Joomla en version 4.2.2
Référence de la classe DerivedKeys

Fonctions membres publiques

 getAuthenticationKey ()
 
 getEncryptionKey ()
 
 __construct ($akey, $ekey)
 

Attributs privés

 $akey = ''
 
 $ekey = ''
 

Documentation des constructeurs et destructeur

◆ __construct()

__construct (   $akey,
  $ekey 
)

Constructor for DerivedKeys.

Paramètres
string$akey
string$ekey

Références DerivedKeys\$akey, et DerivedKeys\$ekey.

Documentation des fonctions membres

◆ getAuthenticationKey()

getAuthenticationKey ( )

Returns the authentication key.

Renvoie
string

Références DerivedKeys\$akey.

◆ getEncryptionKey()

getEncryptionKey ( )

Returns the encryption key.

Renvoie
string

Références DerivedKeys\$ekey.

Documentation des champs

◆ $akey

$akey = ''
private

◆ $ekey

$ekey = ''
private

La documentation de cette classe a été générée à partir du fichier suivant :