| 1 | <?php | ||
| 19 | final class RotatableJWK extends StorableJWK implements RotatableJWKInterface | ||
| 20 | { | ||
| 21 | /** | ||
| 22 | * @var int | ||
| 23 | */ | ||
| 24 | protected $ttl; | ||
| 25 | |||
| 26 | public function __construct($filename, array $parameters, $ttl) | ||
| 33 | |||
| 34 | /** | ||
| 35 | * @return \Jose\Object\JWKInterface | ||
| 36 | */ | ||
| 37 | protected function getJWK() | ||
| 48 | } | ||
| 49 |