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.php1075 if ($value = $this->getDNProp('id-at-commonName')) {
1713 public function getDNProp($propName, array $dn = null, $withType = false)
2009 return $this->getDNProp($propName, $this->currentCert['tbsCertificate']['issuer'], $withType);
2011 return $this->getDNProp($propName, $this->currentCert['tbsCertList']['issuer'], $withType);
2028 return $this->getDNProp($propName, null, $withType);
2032 return $this->getDNProp($propName, $this->currentCert['tbsCertificate']['subject'], $withType);
2034 return $this->getDNProp($propName, $this->currentCert['certificationRequestInfo']['subject'], $withType);
2735 function getDNProp($propName, $dn = null, $withType = false) global() function in phpseclib\\File\\X509