Class MimetypeOtherTSLPointer

java.lang.Object
eu.europa.esig.dss.tsl.function.AbstractOtherTSLPointerPredicate
eu.europa.esig.dss.tsl.function.MimetypeOtherTSLPointer
All Implemented Interfaces:
OtherTSLPointerPredicate, Predicate<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