Searched refs:withType (Results 1 – 1 of 1) sorted by relevance
| /dokuwiki/vendor/phpseclib/phpseclib/phpseclib/File/ |
| H A D | X509.php | 1711 * @param bool $withType optional 1714 public function getDNProp($propName, $dn = null, $withType = false) argument 1737 if (!$withType) { 2001 * @param bool $withType optional 2004 public function getIssuerDNProp($propName, $withType = false) argument 2010 … return $this->getDNProp($propName, $this->currentCert['tbsCertificate']['issuer'], $withType); 2012 … return $this->getDNProp($propName, $this->currentCert['tbsCertList']['issuer'], $withType); 2022 * @param bool $withType optional 2025 public function getSubjectDNProp($propName, $withType = false) argument 2029 return $this->getDNProp($propName, null, $withType); [all …]
|