Uses of Class
eu.europa.esig.dss.pades.validation.ByteRange
Packages that use ByteRange
Package
Description
-
Uses of ByteRange in eu.europa.esig.dss.pades
Methods in eu.europa.esig.dss.pades with parameters of type ByteRangeModifier 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
Methods in eu.europa.esig.dss.pades.validation that return ByteRangeModifier and TypeMethodDescriptionPdfByteRangeDocument.getByteRange()
Returns theByteRange
of the documentPdfSignatureDictionary.getByteRange()
Gets the signed/timestamped ByteRangeConstructors in eu.europa.esig.dss.pades.validation with parameters of type ByteRangeModifierConstructorDescriptionByteRangeInputStream
(InputStream is, ByteRange byteRange) Default constructorPdfByteRangeDocument
(DSSDocument pdfDocument, ByteRange byteRange) Default constructor -
Uses of ByteRange in eu.europa.esig.dss.pades.validation.scope
Constructors in eu.europa.esig.dss.pades.validation.scope with parameters of type ByteRangeModifierConstructorDescriptionFullPdfByteRangeSignatureScope
(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
Methods in eu.europa.esig.dss.pdf that return ByteRangeModifier and TypeMethodDescriptionPdfCMSRevision.getByteRange()
Gets the signed byte rangePdfSigDictWrapper.getByteRange()
Methods in eu.europa.esig.dss.pdf with parameters of type ByteRangeModifier 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