Module jpms_dss_pades
Class PdfByteRangeSignatureScope
java.lang.Object
eu.europa.esig.dss.model.scope.SignatureScope
eu.europa.esig.dss.pades.validation.scope.PdfByteRangeSignatureScope
- All Implemented Interfaces:
eu.europa.esig.dss.model.identifier.IdentifierBasedObject,Serializable
- Direct Known Subclasses:
FullPdfByteRangeSignatureScope,PartialPdfByteRangeSignatureScope
public abstract class PdfByteRangeSignatureScope
extends eu.europa.esig.dss.model.scope.SignatureScope
The signature scope represents a signed PDF byte range
- See Also:
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedPdfByteRangeSignatureScope(String name, ByteRange byteRange, eu.europa.esig.dss.model.DSSDocument document) Default constructor -
Method Summary
Methods inherited from class eu.europa.esig.dss.model.scope.SignatureScope
addChildSignatureScope, getChildren, getDigest, getDocumentName, getDSSId, getDSSIdAsString, getName, getTransformations, getType
-
Constructor Details
-
Method Details
-
getDescription
public String getDescription(eu.europa.esig.dss.model.identifier.TokenIdentifierProvider tokenIdentifierProvider) - Specified by:
getDescriptionin classeu.europa.esig.dss.model.scope.SignatureScope
-
toString
- Overrides:
toStringin classeu.europa.esig.dss.model.scope.SignatureScope
-
equals
- Overrides:
equalsin classeu.europa.esig.dss.model.scope.SignatureScope
-
hashCode
public int hashCode()- Overrides:
hashCodein classeu.europa.esig.dss.model.scope.SignatureScope
-