Searched refs:computeKeyIdentifier (Results 1 – 1 of 1) sorted by relevance
2702 …$this->setExtension('id-ce-subjectKeyIdentifier', $this->computeKeyIdentifier($this->currentCert),…3637 public function computeKeyIdentifier($key = null, $method = 1) function in phpseclib3\\File\\X5093647 …return $this->computeKeyIdentifier($key['tbsCertificate']['subjectPublicKeyInfo']['subjectPublicKe…3649 …return $this->computeKeyIdentifier($key['certificationRequestInfo']['subjectPKInfo']['subjectPubli…3665 return $this->computeKeyIdentifier($key, $method);3671 return $this->computeKeyIdentifier($key->publicKey, $method);3674 return $this->computeKeyIdentifier($key->privateKey, $method);3677 return $this->computeKeyIdentifier($key->currentCert, $method);