Class ObjectValue
java.lang.Object
se.swedenconnect.sigval.pdf.pdfstruct.ObjectValue
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 Summary
Constructors -
Method Summary
-
Constructor Details
-
ObjectValue
public ObjectValue(org.apache.pdfbox.cos.COSBase objectValue) Constructor- Parameters:
objectValue
- the value being stored and compared
-
-
Method Details
-
matches
Compare values- Parameters:
matchValue
- the value to compare with- Returns:
- true on match
-