Searched refs:withType (Results 1 – 1 of 1) sorted by relevance
| /dokuwiki/vendor/phpseclib/phpseclib/phpseclib/File/ |
| H A D | X509.php | 1705 * @param bool $withType optional 1708 public function getDNProp($propName, $dn = null, $withType = false) argument 1731 if (!$withType) { 1995 * @param bool $withType optional 1998 public function getIssuerDNProp($propName, $withType = false) argument 2004 … return $this->getDNProp($propName, $this->currentCert['tbsCertificate']['issuer'], $withType); 2006 … return $this->getDNProp($propName, $this->currentCert['tbsCertList']['issuer'], $withType); 2016 * @param bool $withType optional 2019 public function getSubjectDNProp($propName, $withType = false) argument 2023 return $this->getDNProp($propName, null, $withType); [all …]
|