getPrivateKeyPassword() public method

public getPrivateKeyPassword ( ) : string
return string
Beispiel #1
0
 /**
  * getPrivateKeyPassword
  *
  * @return string
  */
 public function getPrivateKeyPassword()
 {
     return $this->config->getPrivateKeyPassword();
 }