Class PdfByteRangeSignatureScope
java.lang.Object
eu.europa.esig.dss.model.scope.SignatureScope
eu.europa.esig.dss.pades.validation.scope.PdfByteRangeSignatureScope
- All Implemented Interfaces:
IdentifierBasedObject
,Serializable
- Direct Known Subclasses:
FullPdfByteRangeSignatureScope
,PartialPdfByteRangeSignatureScope
The signature scope represents a signed PDF byte range
- See Also:
-
Constructor Summary
ModifierConstructorDescriptionprotected
PdfByteRangeSignatureScope
(String name, ByteRange byteRange, DSSDocument document) Default constructor -
Method Summary
Modifier and TypeMethodDescriptionboolean
getDescription
(TokenIdentifierProvider tokenIdentifierProvider) Gets the signature scope descriptionint
hashCode()
toString()
Methods inherited from class eu.europa.esig.dss.model.scope.SignatureScope
addChildSignatureScope, getChildren, getDigest, getDocumentName, getDSSId, getDSSIdAsString, getName, getTransformations, getType
-
Constructor Details
-
PdfByteRangeSignatureScope
Default constructor- Parameters:
name
-String
document namebyteRange
-ByteRange
document
-DSSDocument
pdf revision document
-
-
Method Details
-
getDescription
Description copied from class:SignatureScope
Gets the signature scope description- Specified by:
getDescription
in classSignatureScope
- Parameters:
tokenIdentifierProvider
-TokenIdentifierProvider
to extract a token identifier, when required- Returns:
String
-
toString
- Overrides:
toString
in classSignatureScope
-
equals
- Overrides:
equals
in classSignatureScope
-
hashCode
public int hashCode()- Overrides:
hashCode
in classSignatureScope
-