Home
last modified time | relevance | path

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

/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/File/
H A DX509.php1320 …('FILE_X509_IGNORE_TYPE') && $this->getIssuerDN(self::DN_STRING) === $this->getDN(self::DN_STRING):
1338 …ILE_X509_IGNORE_TYPE') && $this->getDN(self::DN_STRING, $this->currentCert['tbsCertificate']['issu…
1388 …FILE_X509_IGNORE_TYPE') && $this->getDN(self::DN_STRING, $this->currentCert['tbsCertList']['issuer…
1849 public function getDN($format = self::DN_ARRAY, $dn = null) function in phpseclib3\\File\\X509
1894 $dn = $this->getDN(self::DN_CANON, $dn);
1997 return $this->getDN($format, $this->currentCert['tbsCertificate']['issuer']);
1999 return $this->getDN($format, $this->currentCert['tbsCertList']['issuer']);
2017 return $this->getDN($format);
2021 return $this->getDN($format, $this->currentCert['tbsCertificate']['subject']);
2023 … return $this->getDN($format, $this->currentCert['certificationRequestInfo']['subject']);