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