Searched refs:digestParts (Results 1 – 2 of 2) sorted by relevance
40 protected $digestParts; variable in Sabre\\HTTP\\Auth\\Digest65 $this->digestParts = $this->parseDigest($digest);115 $this->A1 = md5($this->digestParts['username'] . ':' . $this->realm . ':' . $password);127 return $this->digestParts['username'];138 $A2 = $this->request->getMethod() . ':' . $this->digestParts['uri'];140 if ($this->digestParts['qop'] == 'auth-int') {155 …= md5("{$this->A1}:{$this->digestParts['nonce']}:{$this->digestParts['nc']}:{$this->digestParts['c…157 return $this->digestParts['response'] == $validResponse;