Package eu.europa.esig.dss.spi.util
Interface TimeDependent
- All Superinterfaces:
Serializable
- All Known Implementing Classes:
BaseTimeDependent
,ServiceEquivalence
,TrustServiceStatusAndInformationExtensions
Valid in a specific time interval.
- Author:
- jdvorak
-
Method Summary
Modifier and TypeMethodDescriptionThe end of the validity period.The start of the validity period.
-
Method Details
-
getStartDate
Date getStartDate()The start of the validity period. It shall never be null.- Returns:
- the start date of the validity period
-
getEndDate
Date getEndDate()The end of the validity period. Null indicates that this is the last known case. If not null, it is assumed that the end date is not older than the start date.- Returns:
- the end date of the validity period or null if the object is still valid
-