Class PartialPdfByteRangeSignatureScope
java.lang.Object
eu.europa.esig.dss.validation.scope.SignatureScope
eu.europa.esig.dss.pades.validation.scope.PdfByteRangeSignatureScope
eu.europa.esig.dss.pades.validation.scope.PartialPdfByteRangeSignatureScope
- All Implemented Interfaces:
IdentifierBasedObject,Serializable
Represents a partial PDF signature scope, when a signature/timestamp's byte range does not cover the whole document
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionPartialPdfByteRangeSignatureScope(ByteRange byteRange, Digest digest) Default constructor -
Method Summary
Methods inherited from class eu.europa.esig.dss.pades.validation.scope.PdfByteRangeSignatureScope
equals, getDescription, hashCode, toStringMethods inherited from class eu.europa.esig.dss.validation.scope.SignatureScope
addChildSignatureScope, getChildren, getDigest, getDSSId, getDSSIdAsString, getName, getTransformations
-
Constructor Details
-
Method Details
-
getType
Description copied from class:SignatureScopeReturns type of the signature scope- Specified by:
getTypein classSignatureScope- Returns:
SignatureScopeType
-