Class GFPDSignature
java.lang.Object
org.verapdf.model.GenericModelObject
org.verapdf.gf.model.impl.pd.GFPDObject
org.verapdf.gf.model.impl.pd.signature.GFPDSignature
- All Implemented Interfaces:
Object,PDObject,PDSignature
- Author:
- Sergey Shemyakov
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected COSStringstatic final Stringstatic final Stringstatic final StringType name forGFPDSignatureprotected longFields inherited from class org.verapdf.gf.model.impl.pd.GFPDObject
contentStream, document, id, MAX_NUMBER_OF_ELEMENTS, pdcMap, pdFont, simpleCOSObject, simplePDObjectFields inherited from class org.verapdf.model.GenericModelObject
contextDependent -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiontrue if the ByteRange covers the entire document including the signature dictionary, but excluding the Signature itselfgetLinkedObjects(String link) Methods inherited from class org.verapdf.gf.model.impl.pd.GFPDObject
getentries, getIDMethods inherited from class org.verapdf.model.GenericModelObject
getContext, getExtraContext, getLinks, getObjectType, getProperties, getSuperTypes, isContextDependentMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.verapdf.model.baselayer.Object
getContext, getExtraContext, getID, getLinks, getObjectType, getProperties, getSuperTypes, isContextDependentMethods inherited from interface org.verapdf.model.pdlayer.PDObject
getentries
-
Field Details
-
SIGNATURE_TYPE
Type name forGFPDSignature- See Also:
-
CONTENTS
- See Also:
-
REFERENCE
- See Also:
-
contents
-
signatureOffset
protected long signatureOffset
-
-
Constructor Details
-
GFPDSignature
-
-
Method Details
-
getLinkedObjects
- Specified by:
getLinkedObjectsin interfaceObject- Overrides:
getLinkedObjectsin classGenericModelObject- Parameters:
link- - the name of a link- Returns:
- List of objects with the given link
-
getdoesByteRangeCoverEntireDocument
Description copied from interface:PDSignaturetrue if the ByteRange covers the entire document including the signature dictionary, but excluding the Signature itself- Specified by:
getdoesByteRangeCoverEntireDocumentin interfacePDSignature- Returns:
- true if byte range covers entire document except for Contents entry in signature dictionary
-