Class TrustServiceQSCDPostEIDASConsistency
java.lang.Object
eu.europa.esig.dss.validation.process.qualification.trust.consistency.TrustServiceQSCDPostEIDASConsistency
- All Implemented Interfaces:
TrustServiceCondition
Verifies status of a trusted service created after eIDAS
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
isConsistent
(TrustServiceWrapper trustService) Whether the TrustService is consistent
-
Constructor Details
-
TrustServiceQSCDPostEIDASConsistency
public TrustServiceQSCDPostEIDASConsistency()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
-