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 eu.europa.esig.dss.model.DSSDocumentPAdESUtils.getPreviousRevision(ByteRange byteRange, Collection<PdfByteRangeDocument> revisions) This method returns the best previous revision fromrevisionscollection corresponding to thebyteRangestatic eu.europa.esig.dss.model.DSSDocumentPAdESUtils.getRevisionContent(eu.europa.esig.dss.model.DSSDocument dssDocument, ByteRange byteRange) Returns the complete revision content according to the provided byteRange ([0]-[3])static byte[]PAdESUtils.getSignatureValue(eu.europa.esig.dss.model.DSSDocument dssDocument, ByteRange byteRange) Gets the SignatureValue from thedssDocumentaccording to thebyteRangeExample: 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 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(eu.europa.esig.dss.model.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, eu.europa.esig.dss.model.DSSDocument document) Default constructorPartialPdfByteRangeSignatureScope(ByteRange byteRange, eu.europa.esig.dss.model.DSSDocument document) Default constructorprotectedPdfByteRangeSignatureScope(String name, ByteRange byteRange, eu.europa.esig.dss.model.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, eu.europa.esig.dss.model.DSSDocument document, byte[] cms) This method verifies the validity of /ByteRange field against the extracted from /Contents fieldcmsand the current pdfdocument