Class GrantedTrustAnchorPeriodPredicate

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

public class GrantedTrustAnchorPeriodPredicate extends Object implements TrustAnchorPeriodPredicate
This class verifies whether a corresponding ServiceInformation or ServiceHistoryInstance has a granted status (before and after eIDAS)
  • Constructor Details

    • GrantedTrustAnchorPeriodPredicate

      public GrantedTrustAnchorPeriodPredicate()
      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>