Class MimetypeOtherTSLPointer

java.lang.Object
eu.europa.esig.dss.tsl.function.AbstractOtherTSLPointerPredicate
eu.europa.esig.dss.tsl.function.MimetypeOtherTSLPointer
All Implemented Interfaces:
OtherTSLPointerPredicate, Predicate<eu.europa.esig.trustedlist.jaxb.tsl.OtherTSLPointerType>
Direct Known Subclasses:
PDFOtherTSLPointer, XMLOtherTSLPointer

public class MimetypeOtherTSLPointer extends AbstractOtherTSLPointerPredicate
This predicate allows filtering of TSL pointers by a MimeType
  • Constructor Details

    • MimetypeOtherTSLPointer

      public MimetypeOtherTSLPointer(String expectedMimeType)
      Default constructor
      Parameters:
      expectedMimeType - String MimeType to filter by
  • Method Details

    • test

      public boolean test(eu.europa.esig.trustedlist.jaxb.tsl.OtherTSLPointerType o)