setPrivateKeyPassword() public méthode

public setPrivateKeyPassword ( string $private_key_password )
$private_key_password string
Exemple #1
0
 public function withPrivateKey($private_key, $password = '')
 {
     $this->config->setPrivateKey($private_key);
     $this->config->setPrivateKeyPassword($password);
     return $this;
 }