Class EIDASUtils
java.lang.Object
eu.europa.esig.dss.validation.process.qualification.EIDASUtils
Contains EIDAS Utils
-
Method Summary
Modifier and TypeMethodDescriptionstatic boolean
isPostEIDAS
(Date date) Gets if the given date relates to a post eIDAS timestatic boolean
isPostGracePeriod
(Date date) Gets if the given date relates to a post grace periodstatic boolean
isPreEIDAS
(Date date) Gets if the given date relates to a pre eIDAS time
-
Method Details
-
isPostEIDAS
Gets if the given date relates to a post eIDAS time- Parameters:
date
-Date
- Returns:
- TRUE if the date is at or after eIDAS
-
isPreEIDAS
Gets if the given date relates to a pre eIDAS time- Parameters:
date
-Date
- Returns:
- TRUE if the date is before eIDAS
-
isPostGracePeriod
Gets if the given date relates to a post grace period- Parameters:
date
-Date
- Returns:
- TRUE if the date is at or after grace period
-