Searched refs:getDNProp (Results 1 – 1 of 1) sorted by relevance
| /dokuwiki/vendor/phpseclib/phpseclib/phpseclib/File/ |
| H A D | X509.php | 1070 if ($value = $this->getDNProp('id-at-commonName')) { 1708 public function getDNProp($propName, $dn = null, $withType = false) function in phpseclib3\\File\\X509 2004 … return $this->getDNProp($propName, $this->currentCert['tbsCertificate']['issuer'], $withType); 2006 … return $this->getDNProp($propName, $this->currentCert['tbsCertList']['issuer'], $withType); 2023 return $this->getDNProp($propName, null, $withType); 2027 … return $this->getDNProp($propName, $this->currentCert['tbsCertificate']['subject'], $withType); 2029 …return $this->getDNProp($propName, $this->currentCert['certificationRequestInfo']['subject'], $wit…
|