Class ServiceByMRAEquivalenceStartingDateFilter
java.lang.Object
eu.europa.esig.dss.validation.process.qualification.trust.filter.AbstractTrustedServiceFilter
eu.europa.esig.dss.validation.process.qualification.trust.filter.ServiceByMRAEquivalenceStartingDateFilter
- All Implemented Interfaces:
TrustedServiceFilter
This class fitlers Trusted Services by the related MRA equivalence starting date
-
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
-
ServiceByMRAEquivalenceStartingDateFilter
Default constructor- Parameters:
date-Dateto filter TrustedServices with a valid MRA equivalence starting 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
-