Searched refs:getDNProp (Results 1 – 1 of 1) sorted by relevance
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/File/ |
H A D | X509.php | 1111 if ($value = $this->getDNProp('id-at-commonName')) { 1745 public function getDNProp($propName, $dn = null, $withType = false) function in phpseclib3\\File\\X509 2043 … return $this->getDNProp($propName, $this->currentCert['tbsCertificate']['issuer'], $withType); 2045 … return $this->getDNProp($propName, $this->currentCert['tbsCertList']['issuer'], $withType); 2063 return $this->getDNProp($propName, null, $withType); 2067 … return $this->getDNProp($propName, $this->currentCert['tbsCertificate']['subject'], $withType); 2069 …return $this->getDNProp($propName, $this->currentCert['certificationRequestInfo']['subject'], $wit…
|