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