Searched refs:_keyInfo (Results 1 – 1 of 1) sorted by relevance
21 protected $_keyInfo = null; variable in helper_plugin_securelogin49 if($this->_keyInfo) return true;52 $this->_keyInfo = parse_ini_file($this->_keyIFile);61 $this->_keyInfo = parse_ini_file($this->_keyIFile);98 return ($this->haveKey(true))?$this->_keyInfo['modulus']:null;102 return ($this->haveKey(true))?$this->_keyInfo['exponent']:null;111 $this->_keyInfo = parse_ini_file($this->_keyIFile);