Class TrustServiceStatusPreEIDASConsistency
java.lang.Object
eu.europa.esig.dss.validation.process.qualification.trust.consistency.TrustServiceStatusPreEIDASConsistency
- All Implemented Interfaces:
TrustServiceCondition
Verifies status of a trusted service created before eIDAS
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
isConsistent
(TrustServiceWrapper trustService) Whether the TrustService is consistent
-
Constructor Details
-
TrustServiceStatusPreEIDASConsistency
public TrustServiceStatusPreEIDASConsistency()Default constructor
-
-
Method Details
-
isConsistent
Description copied from interface:TrustServiceCondition
Whether the TrustService is consistent- Specified by:
isConsistent
in interfaceTrustServiceCondition
- Parameters:
trustService
-TrustServiceWrapper
to check- Returns:
- TRUE if the
trustService
is consistent, FALSE otherwise
-