Searched refs:subArray (Results 1 – 1 of 1) sorted by relevance
| /dokuwiki/vendor/phpseclib/phpseclib/phpseclib/File/ |
| H A D | X509.php | 514 …case !($algorithm = $this->subArray($cert, 'tbsCertificate/subjectPublicKeyInfo/algorithm/algorith… 627 $extensions = &$this->subArray($root, $path, !empty($this->extensionValues)); 710 $attributes = &$this->subArray($root, $path); 752 $attributes = &$this->subArray($root, $path); 796 $dns = &$this->subArray($root, $path); 827 $dns = &$this->subArray($root, $path); 2149 $keyinfo = $this->subArray($this->currentCert, $path); 2265 …case !($algorithm = $this->subArray($csr, 'certificationRequestInfo/subjectPKInfo/algorithm/algori… 2373 $algorithm = $this->subArray($spkac, 'publicKeyAndChallenge/spki/algorithm/algorithm'); 2498 $rclist = &$this->subArray($crl, 'tbsCertList/revokedCertificates'); [all …]
|