Searched refs:subArray (Results  1 – 1 of 1) sorted by relevance
| /dokuwiki/vendor/phpseclib/phpseclib/phpseclib/File/ | 
| H A D | X509.php | 513 …case !($algorithm = $this->subArray($cert, 'tbsCertificate/subjectPublicKeyInfo/algorithm/algorith…626         $extensions = &$this->subArray($root, $path, !empty($this->extensionValues));
 707         $attributes = &$this->subArray($root, $path);
 749         $attributes = &$this->subArray($root, $path);
 793         $dns = &$this->subArray($root, $path);
 824         $dns = &$this->subArray($root, $path);
 2143                 $keyinfo = $this->subArray($this->currentCert, $path);
 2259 …case !($algorithm = $this->subArray($csr, 'certificationRequestInfo/subjectPKInfo/algorithm/algori…
 2367         $algorithm = $this->subArray($spkac, 'publicKeyAndChallenge/spki/algorithm/algorithm');
 2492         $rclist = &$this->subArray($crl, 'tbsCertList/revokedCertificates');
 [all …]
 
 |