Joomla CMS  4.2.2
Documentation des API du CMS Joomla en version 4.2.2
Référence de l'espace de nommage phpseclib3\Crypt\Common\Traits

Fonctions

 withPassword ($password=false)
 

Variables

trait PasswordProtected
 

Documentation des fonctions

◆ withPassword()

phpseclib3\Crypt\Common\Traits\withPassword (   $password = false)

Sets the password

Private keys can be encrypted with a password. To unset the password, pass in the empty string or false. Or rather, pass in $password such that empty($password) && !is_string($password) is true.

Voir également
self::createKey()
self::load() public
Paramètres
string | bool$password

Références $password, et $this.

Documentation des variables

◆ PasswordProtected

trait PasswordProtected
Valeur initiale :
{
private $password = false
$password
Definition: administrator/components/com_joomlaupdate/tmpl/update/default.php:43