Home
last modified time | relevance | path

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

/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/File/
H A DX509.php2148 $keyinfo = $this->subArray($this->currentCert, $path);
2149 if (!empty($keyinfo)) {
2154 if (empty($keyinfo)) {
2158 $key = $keyinfo['subjectPublicKey'];
2160 switch ($keyinfo['algorithm']['algorithm']) {