Interface TrustServiceCondition
- All Known Implementing Classes:
TrustServiceQSCDPostEIDASConsistency
,TrustServiceQualifierAndAdditionalServiceInfoPreEIDASConsistency
,TrustServiceQualifiersKnownConsistency
,TrustServiceStatusPreEIDASConsistency
public interface TrustServiceCondition
Checks whether the TrustService is valid
-
Method Summary
Modifier and TypeMethodDescriptionboolean
isConsistent
(TrustServiceWrapper trustService) Whether the TrustService is consistent
-
Method Details
-
isConsistent
Whether the TrustService is consistent- Parameters:
trustService
-TrustServiceWrapper
to check- Returns:
- TRUE if the
trustService
is consistent, FALSE otherwise
-