Package dev.sigstore.trustroot
Class ValidFor
- java.lang.Object
-
- dev.sigstore.trustroot.ValidFor
-
@Immutable public abstract class ValidFor extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description ValidFor()
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description booleancontains(java.time.Instant instant)Check if an instant of time is contained within the validity range including the endpoints.static ValidForfrom(TimeRange proto)abstract java.util.Optional<java.time.Instant>getEnd()abstract java.time.InstantgetStart()
-