Searched refs:maxKeyLength (Results 1 – 1 of 1) sorted by relevance
27 private $maxKeyLength = 64; variable104 if ($this->maxKeyLength && strlen($key) > $this->maxKeyLength) {105 $key = substr(hash('sha256', $key), 0, $this->maxKeyLength);