Class PdfBoxObjectKey

java.lang.Object
eu.europa.esig.dss.pdf.pdfbox.PdfBoxObjectKey
All Implemented Interfaces:
PdfObjectKey

public class PdfBoxObjectKey extends Object implements PdfObjectKey
PdfBox implementation of the PDF object key
  • Constructor Details

    • PdfBoxObjectKey

      public PdfBoxObjectKey(org.apache.pdfbox.cos.COSObjectKey value)
      Default constructor
      Parameters:
      value - COSObjectKey key value
  • Method Details

    • getValue

      public org.apache.pdfbox.cos.COSObjectKey getValue()
      Description copied from interface: PdfObjectKey
      Gets the format specific object reference value
      Specified by:
      getValue in interface PdfObjectKey
      Returns:
      implementation specific object reference value
    • getNumber

      public long getNumber()
      Description copied from interface: PdfObjectKey
      Gets object's key number
      Specified by:
      getNumber in interface PdfObjectKey
      Returns:
      long value of the object's key
    • getGeneration

      public int getGeneration()
      Description copied from interface: PdfObjectKey
      Gets generation of the Pdf object
      Specified by:
      getGeneration in interface PdfObjectKey
      Returns:
      int generation number value
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object