Class FullPdfByteRangeSignatureScope
java.lang.Object
eu.europa.esig.dss.model.scope.SignatureScope
eu.europa.esig.dss.pades.validation.scope.PdfByteRangeSignatureScope
eu.europa.esig.dss.pades.validation.scope.FullPdfByteRangeSignatureScope
- All Implemented Interfaces:
IdentifierBasedObject
,Serializable
Represents a FULL Pdf signature scope (signature/timestamp covers a complete PDF file)
- See Also:
-
Constructor Summary
ConstructorDescriptionFullPdfByteRangeSignatureScope
(ByteRange byteRange, DSSDocument document) Default constructor -
Method Summary
Methods inherited from class eu.europa.esig.dss.pades.validation.scope.PdfByteRangeSignatureScope
equals, getDescription, hashCode, toString
Methods inherited from class eu.europa.esig.dss.model.scope.SignatureScope
addChildSignatureScope, getChildren, getDigest, getDocumentName, getDSSId, getDSSIdAsString, getName, getTransformations
-
Constructor Details
-
FullPdfByteRangeSignatureScope
Default constructor- Parameters:
byteRange
-ByteRange
used byte rangedocument
-DSSDocument
pdf revision document
-
-
Method Details
-
getType
Description copied from class:SignatureScope
Returns type of the signature scope- Specified by:
getType
in classSignatureScope
- Returns:
SignatureScopeType
-