Class ObjectValue

java.lang.Object
se.swedenconnect.sigval.pdf.pdfstruct.ObjectValue

public class ObjectValue extends Object
PDF object value class used to store and compare object values. Object values stored in this class are not exhaustive. They are limited to values relevant for the function of PDFSignatureContext implementations.
Author:
Martin Lindström (martin@idsec.se), Stefan Santesson (stefan@idsec.se)
  • Constructor Details

    • ObjectValue

      public ObjectValue(org.apache.pdfbox.cos.COSBase objectValue)
      Constructor
      Parameters:
      objectValue - the value being stored and compared
  • Method Details

    • matches

      public boolean matches(ObjectValue matchValue)
      Compare values
      Parameters:
      matchValue - the value to compare with
      Returns:
      true on match