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 byte[]PAdESUtils.getRevisionContent(DSSDocument dssDocument, ByteRange byteRange) Returns the revision content according to the provided byteRange ([0]-[3])static byte[]PAdESUtils.getSignedContentFromRevision(byte[] revisionBinaries, ByteRange byteRange) Returns a signed content according to the provided byteRange ([0]-[1] and [2]-[3]) from the extracted revisionstatic InMemoryDocumentPAdESUtils.retrievePreviousPDFRevision(DSSDocument document, ByteRange byteRange) Retrieves the PDF document up to the previous PDF Revision, an empty document if such revision is not found -
Uses of ByteRange in eu.europa.esig.dss.pades.validation
Methods in eu.europa.esig.dss.pades.validation that return ByteRangeModifier and TypeMethodDescriptionPdfSignatureDictionary.getByteRange()Gets the signed/timestamped ByteRange -
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 constructorprotectedPdfByteRangeSignatureScope(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 byte[]AbstractPDFSignatureService.extractBeforeSignatureValue(ByteRange byteRange, byte[] signedContent) Extract the content before the signature valueprotected byte[]AbstractPDFSignatureService.getSignatureValue(DSSDocument dssDocument, ByteRange byteRange) Gets the SignatureValue from thedssDocumentaccording to thebyteRangeExample: extracts bytes from 841 to 959.protected booleanAbstractPDFSignatureService.isContentValueEqualsByteRangeExtraction(DSSDocument document, ByteRange byteRange, byte[] cms, List<String> signatureFieldNames) Checks if the of the value incorporated into /Contents matches the range defined in thebyteRangeNOTE: used for SIWA detection