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