Home
last modified time | relevance | path

Searched refs:_passphrase (Results 1 – 1 of 1) sorted by relevance

/dokuwiki/vendor/kissifrot/php-ixr/src/Client/
H A DClientSSL.php48 private $_passphrase; variable in IXR\\Client\\ClientSSL
64 $this->_passphrase = '';
91 $this->_passphrase = (string)$keyPhrase;
179 if (!($this->_passphrase === '')) {
180 curl_setopt($curl, CURLOPT_SSLCERTPASSWD, $this->_passphrase);