Closed
Description
Description of issue or feature request:
Add a method of Signed
metadata class returning information about metadata expiration given a reference time.
Current behavior:
Signed
class already contains expires, a metadata expiration datetime object.
Expected behavior:
A method exists that checks the 'expires' attribute against a reference time.
def is_expired(self, reference_time: float) -> bool