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 DSSDocumentPAdESUtils.getPreviousRevision(ByteRange byteRange, Collection<PdfByteRangeDocument> revisions) This method returns the best previous revision fromrevisionscollection corresponding to thebyteRangestatic DSSDocumentPAdESUtils.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 thedssDocumentaccording to thebyteRangeExample: extracts bytes from 841 to 959. [0, 840, 960, 1200] -
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 theByteRangeof 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, DSSDocument document) Default constructorPartialPdfByteRangeSignatureScope(ByteRange byteRange, DSSDocument document) Default constructorprotectedPdfByteRangeSignatureScope(String name, ByteRange byteRange, DSSDocument document) 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 booleanAbstractPDFSignatureService.validateByteRange(ByteRange byteRange, DSSDocument document, byte[] cms) This method verifies the validity of /ByteRange field against the extracted from /Contents fieldcmsand the current pdfdocument