Searched refs:getDN (Results 1 – 1 of 1) sorted by relevance
1278 …('FILE_X509_IGNORE_TYPE') && $this->getIssuerDN(self::DN_STRING) === $this->getDN(self::DN_STRING):1296 …ILE_X509_IGNORE_TYPE') && $this->getDN(self::DN_STRING, $this->currentCert['tbsCertificate']['issu…1346 …FILE_X509_IGNORE_TYPE') && $this->getDN(self::DN_STRING, $this->currentCert['tbsCertList']['issuer…1813 public function getDN($format = self::DN_ARRAY, $dn = null) function in phpseclib3\\File\\X5091858 $dn = $this->getDN(self::DN_CANON, $dn);1960 return $this->getDN($format, $this->currentCert['tbsCertificate']['issuer']);1962 return $this->getDN($format, $this->currentCert['tbsCertList']['issuer']);1979 return $this->getDN($format);1983 return $this->getDN($format, $this->currentCert['tbsCertificate']['subject']);1985 … return $this->getDN($format, $this->currentCert['certificationRequestInfo']['subject']);