Class ServiceByDateFilter
java.lang.Object
eu.europa.esig.dss.validation.process.qualification.trust.filter.AbstractTrustedServiceFilter
eu.europa.esig.dss.validation.process.qualification.trust.filter.ServiceByDateFilter
- All Implemented Interfaces:
TrustedServiceFilter
This filter is used to filter TrustedServices that have been valid at the given time
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected booleanisAcceptable(TrustedServiceWrapper service) Checks whether theserviceis acceptableMethods inherited from class eu.europa.esig.dss.validation.process.qualification.trust.filter.AbstractTrustedServiceFilter
filter
-
Constructor Details
-
ServiceByDateFilter
Default constructor- Parameters:
date-Dateto filter TrustedServices valid at the time
-
-
Method Details
-
isAcceptable
Description copied from class:AbstractTrustedServiceFilterChecks whether theserviceis acceptable- Specified by:
isAcceptablein classAbstractTrustedServiceFilter- Parameters:
service-TrustedServiceWrapperto check- Returns:
- TRUE if the
serviceis acceptable, FALSE otherwise
-