Class TrustedServiceStatusPreEIDASConsistency
java.lang.Object
eu.europa.esig.dss.validation.process.qualification.trust.consistency.TrustedServiceStatusPreEIDASConsistency
- All Implemented Interfaces:
TrustedServiceCondition
public class TrustedServiceStatusPreEIDASConsistency
extends Object
implements TrustedServiceCondition
Verifies status of a trusted service created before eIDAS
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
isConsistent
(TrustedServiceWrapper trustedService) Whether the TrustedService is consistent
-
Constructor Details
-
TrustedServiceStatusPreEIDASConsistency
public TrustedServiceStatusPreEIDASConsistency()Default constructor
-
-
Method Details
-
isConsistent
Description copied from interface:TrustedServiceCondition
Whether the TrustedService is consistent- Specified by:
isConsistent
in interfaceTrustedServiceCondition
- Parameters:
trustedService
-TrustedServiceWrapper
to check- Returns:
- TRUE if the
trustedService
is consistent, FALSE otherwise
-