setPrivateKeyPassword() 공개 메소드

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