Package eu.europa.esig.dss.pdf.pdfbox
Class PdfBoxObjectKey
java.lang.Object
eu.europa.esig.dss.pdf.pdfbox.PdfBoxObjectKey
- All Implemented Interfaces:
PdfObjectKey
PdfBox implementation of the PDF object key
-
Constructor Summary
ConstructorsConstructorDescriptionPdfBoxObjectKey
(org.apache.pdfbox.cos.COSObjectKey value) Default constructor -
Method Summary
-
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 interfacePdfObjectKey
- Returns:
- implementation specific object reference value
-
getNumber
public long getNumber()Description copied from interface:PdfObjectKey
Gets object's key number- Specified by:
getNumber
in interfacePdfObjectKey
- 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 interfacePdfObjectKey
- Returns:
- int generation number value
-
equals
-
hashCode
public int hashCode()
-