Searched refs:haveKey (Results 1 – 3 of 3) sorted by relevance
44 elseif($this->slhlp->haveKey() && !$this->slhlp->workCorrect())71 elseif($this->slhlp->haveKey() && !$this->slhlp->workCorrect())76 if($this->slhlp->haveKey()) {
47 function haveKey($onlyPublic = false) { function in helper_plugin_securelogin98 return ($this->haveKey(true))?$this->_keyInfo['modulus']:null;102 return ($this->haveKey(true))?$this->_keyInfo['exponent']:null;115 if($this->haveKey())
32 if(!$this->slhlp || !$this->slhlp->canWork() || !$this->slhlp->haveKey(true)) return;55 if(!$this->slhlp || !$this->slhlp->canWork() || !$this->slhlp->haveKey(true)) return;