Interface TrustedServiceCondition
- All Known Implementing Classes:
TrustedServiceQualifierAndAdditionalServiceInfoPreEIDASConsistency,TrustedServiceStatusPreEIDASConsistency
public interface TrustedServiceCondition
Checks whether the TrustedService is valid
-
Method Summary
Modifier and TypeMethodDescriptionbooleanisConsistent(TrustedServiceWrapper trustedService) Whether the TrustedService is consistent
-
Method Details
-
isConsistent
Whether the TrustedService is consistent- Parameters:
trustedService-TrustedServiceWrapperto check- Returns:
- TRUE if the
trustedServiceis consistent, FALSE otherwise
-