Class GrantedOrRecognizedAtNationalLevelTrustAnchorPeriodPredicate

java.lang.Object
eu.europa.esig.dss.tsl.function.GrantedOrRecognizedAtNationalLevelTrustAnchorPeriodPredicate
All Implemented Interfaces:
TrustAnchorPeriodPredicate, Predicate<eu.europa.esig.dss.model.tsl.TrustServiceStatusAndInformationExtensions>

public class GrantedOrRecognizedAtNationalLevelTrustAnchorPeriodPredicate extends Object implements TrustAnchorPeriodPredicate
Verifies whether the given ServiceInformation or ServiceHistoryInstance has a granted status (before and after eIDAS) or recognized or valid at national level
  • Constructor Details

    • GrantedOrRecognizedAtNationalLevelTrustAnchorPeriodPredicate

      public GrantedOrRecognizedAtNationalLevelTrustAnchorPeriodPredicate()
      Default constructor
  • Method Details

    • test

      public boolean test(eu.europa.esig.dss.model.tsl.TrustServiceStatusAndInformationExtensions trustServiceStatusAndInformationExtensions)
      Specified by:
      test in interface Predicate<eu.europa.esig.dss.model.tsl.TrustServiceStatusAndInformationExtensions>