Class NonEmptyServiceInformation

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

public class NonEmptyServiceInformation extends Object implements TrustServicePredicate
Filters non-empty ServiceInformation element
  • Constructor Details

    • NonEmptyServiceInformation

      public NonEmptyServiceInformation()
      Default constructor
  • Method Details

    • test

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