Class ConsistentServiceByCertificateTypeFilter
java.lang.Object
eu.europa.esig.dss.validation.process.qualification.trust.filter.ConsistentServiceByCertificateTypeFilter
- All Implemented Interfaces:
TrustedServiceFilter
public class ConsistentServiceByCertificateTypeFilter
extends Object
implements TrustedServiceFilter
Filters TrustedServices by qualifier and additional service information consistency
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfilter(List<TrustedServiceWrapper> trustedServices) Filters a list ofTrustedServiceWrappers
-
Constructor Details
-
ConsistentServiceByCertificateTypeFilter
public ConsistentServiceByCertificateTypeFilter()Default constructor
-
-
Method Details
-
filter
Description copied from interface:TrustedServiceFilterFilters a list ofTrustedServiceWrappers- Specified by:
filterin interfaceTrustedServiceFilter- Parameters:
trustedServices- a list ofTrustedServiceWrappers to filter- Returns:
- filtered list of
TrustedServiceWrappers
-