Class PdfByteRangeSignatureScope
java.lang.Object
eu.europa.esig.dss.validation.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, Digest digest) Default constructor -
Method Summary
Methods inherited from class eu.europa.esig.dss.validation.scope.SignatureScope
addChildSignatureScope, getChildren, getDigest, getDSSId, getDSSIdAsString, getName, getTransformations, getType
-
Constructor Details
-
Method Details
-
getDescription
Description copied from class:SignatureScope
Gets the signature scope description- Specified by:
getDescription
in classSignatureScope
- Returns:
String
-
toString
- Overrides:
toString
in classSignatureScope
-
equals
- Overrides:
equals
in classSignatureScope
-
hashCode
public int hashCode()- Overrides:
hashCode
in classSignatureScope
-