Searched refs:computeKeyIdentifier (Results 1 – 1 of 1) sorted by relevance
2771 …$this->setExtension('id-ce-subjectKeyIdentifier', $this->computeKeyIdentifier($this->currentCert),…3704 public function computeKeyIdentifier($key = null, $method = 1) function in phpseclib3\\File\\X5093714 …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);