Interface TrustedServiceFilter
- All Known Implementing Classes:
AbstractTrustedServiceFilter,CaQcServiceFilter,ConsistentServiceByCertificateTypeFilter,ConsistentServiceByQCFilter,ConsistentServiceByQSCDFilter,ConsistentServiceByStatusFilter,GrantedServiceFilter,QTSTServiceFilter,ServiceByCertificateTypeFilter,ServiceByCountryFilter,ServiceByDateFilter,ServiceByMRAEnactedFilter,ServiceByMRAEquivalenceStartingDateFilter,ServiceByTLUrlFilter,UniqueServiceFilter
public interface TrustedServiceFilter
Used to filter acceptable Trusted Services to be used during qualification determination process
-
Method Summary
Modifier and TypeMethodDescriptionfilter(List<TrustedServiceWrapper> trustedServices) Filters a list ofTrustedServiceWrappers
-
Method Details
-
filter
Filters a list ofTrustedServiceWrappers- Parameters:
trustedServices- a list ofTrustedServiceWrappers to filter- Returns:
- filtered list of
TrustedServiceWrappers
-