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
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanisConsistent(TrustedServiceWrapper trustedService) Whether the TrustedService is consistent
-
Constructor Details
-
TrustedServiceStatusPreEIDASConsistency
public TrustedServiceStatusPreEIDASConsistency()Default constructor
-
-
Method Details
-
isConsistent
Description copied from interface:TrustedServiceConditionWhether the TrustedService is consistent- Specified by:
isConsistentin interfaceTrustedServiceCondition- Parameters:
trustedService-TrustedServiceWrapperto check- Returns:
- TRUE if the
trustedServiceis consistent, FALSE otherwise
-