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