Home
last modified time | relevance | path

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

/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/File/
H A DX509.php1070 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…