Class TrustedServiceQualifierAndAdditionalServiceInfoPreEIDASConsistency
java.lang.Object
eu.europa.esig.dss.validation.process.qualification.trust.consistency.TrustedServiceQualifierAndAdditionalServiceInfoPreEIDASConsistency
- All Implemented Interfaces:
TrustedServiceCondition
public class TrustedServiceQualifierAndAdditionalServiceInfoPreEIDASConsistency
extends Object
implements TrustedServiceCondition
Verifies whether type qualifiers and additional service information are consistent for pre-eIDAS trusted service
-
Constructor Summary
ConstructorsConstructorDescriptionDefault constructor -
Method Summary
Modifier and TypeMethodDescriptionbooleanisConsistent(TrustedServiceWrapper trustedService) Whether the TrustedService is consistent
-
Constructor Details
-
TrustedServiceQualifierAndAdditionalServiceInfoPreEIDASConsistency
public TrustedServiceQualifierAndAdditionalServiceInfoPreEIDASConsistency()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
-