Lines Matching refs:certs
131 'unrecognized "alg" in certs, expected ES256 or RS256'
168 'certs expects "alg" to be set'
175 'More than one alg detected in certs'
241 'certs expects "kid" to be set'
246 'RSA certs expects "n" and "e" to be set'
330 $certs = $cacheItem ? $cacheItem->get() : null; // @phpstan-ignore-line
333 if (!$certs) {
334 $certs = $this->retrieveCertsFromLocation($location, $options);
339 if (!isset($certs['keys'])) {
354 $cacheItem->set($certs);
358 return $certs['keys'];