Home
last modified time | relevance | path

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

/plugin/securelogin/
H A Dhelper.php21 protected $_keyInfo = null; variable in helper_plugin_securelogin
49 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);