Home
last modified time | relevance | path

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

/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/File/
H A DX509.php1710 * @param bool $withType optional
1713 public function getDNProp($propName, array $dn = null, $withType = false)
1736 if (!$withType) {
2000 * @param bool $withType optional
2003 public function getIssuerDNProp($propName, $withType = false)
2009 return $this->getDNProp($propName, $this->currentCert['tbsCertificate']['issuer'], $withType);
2011 return $this->getDNProp($propName, $this->currentCert['tbsCertList']['issuer'], $withType);
2021 * @param bool $withType optional
2024 public function getSubjectDNProp($propName, $withType = false)
2028 return $this->getDNProp($propName, null, $withType);
2735 getDNProp($propName, $dn = null, $withType = false) global() argument
3035 getIssuerDNProp($propName, $withType = false) global() argument
3057 getSubjectDNProp($propName, $withType = false) global() argument
[all...]