Home
last modified time | relevance | path

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

/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/File/
H A DX509.php2771 …$this->setExtension('id-ce-subjectKeyIdentifier', $this->computeKeyIdentifier($this->currentCert),…
3704 public function computeKeyIdentifier($key = null, $method = 1) function in phpseclib3\\File\\X509
3714 …return $this->computeKeyIdentifier($key['tbsCertificate']['subjectPublicKeyInfo']['subjectPublicKe…
3716 …return $this->computeKeyIdentifier($key['certificationRequestInfo']['subjectPKInfo']['subjectPubli…
3732 return $this->computeKeyIdentifier($key, $method);
3738 return $this->computeKeyIdentifier($key->publicKey, $method);
3741 return $this->computeKeyIdentifier($key->privateKey, $method);
3744 return $this->computeKeyIdentifier($key->currentCert, $method);