Class GrantedTrustService

java.lang.Object
eu.europa.esig.dss.tsl.function.GrantedTrustService
All Implemented Interfaces:
TrustServicePredicate, Predicate<eu.europa.esig.trustedlist.jaxb.tsl.TSPServiceType>

public class GrantedTrustService extends Object implements TrustServicePredicate
Filters TrustServices by 'granted' property (supports pre- and post- eIDAS)
  • Constructor Details

    • GrantedTrustService

      public GrantedTrustService()
      Default constructor
  • Method Details

    • test

      public boolean test(eu.europa.esig.trustedlist.jaxb.tsl.TSPServiceType trustService)
      Specified by:
      test in interface Predicate<eu.europa.esig.trustedlist.jaxb.tsl.TSPServiceType>