Uses of Class
eu.europa.esig.dss.pades.validation.ByteRange
Package
Description
-
Uses of ByteRange in eu.europa.esig.dss.pades
Modifier and TypeMethodDescriptionstatic DSSDocument
PAdESUtils.getPreviousRevision
(ByteRange byteRange, Collection<PdfByteRangeDocument> revisions) This method returns the best previous revision fromrevisions
collection corresponding to thebyteRange
static DSSDocument
PAdESUtils.getRevisionContent
(DSSDocument dssDocument, ByteRange byteRange) Returns the complete revision content according to the provided byteRange ([0]-[3])static byte[]
PAdESUtils.getSignatureValue
(DSSDocument dssDocument, ByteRange byteRange) Gets the SignatureValue from thedssDocument
according to thebyteRange
Example: extracts bytes from 841 to 959. -
Uses of ByteRange in eu.europa.esig.dss.pades.validation
Modifier and TypeMethodDescriptionPdfByteRangeDocument.getByteRange()
Returns theByteRange
of the documentPdfSignatureDictionary.getByteRange()
Gets the signed/timestamped ByteRangeModifierConstructorDescriptionByteRangeInputStream
(InputStream is, ByteRange byteRange) Default constructorPdfByteRangeDocument
(DSSDocument pdfDocument, ByteRange byteRange) Default constructor -
Uses of ByteRange in eu.europa.esig.dss.pades.validation.scope
ModifierConstructorDescriptionFullPdfByteRangeSignatureScope
(ByteRange byteRange, Digest digest) Default constructorPartialPdfByteRangeSignatureScope
(ByteRange byteRange, Digest digest) Default constructorprotected
PdfByteRangeSignatureScope
(String name, ByteRange byteRange, Digest digest) Default constructor -
Uses of ByteRange in eu.europa.esig.dss.pdf
Modifier and TypeMethodDescriptionPdfCMSRevision.getByteRange()
Gets the signed byte rangePdfSigDictWrapper.getByteRange()
Modifier and TypeMethodDescriptionprotected boolean
AbstractPDFSignatureService.validateByteRange
(ByteRange byteRange, DSSDocument document, byte[] cms) This method verifies the validity of /ByteRange field against the extracted from /Contents fieldcms
and the current pdfdocument