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 COSString
static final String
static final String
static final String
Type name forGFPDSignature
protected long
Fields inherited from class org.verapdf.gf.model.impl.pd.GFPDObject
contentStream, document, id, MAX_NUMBER_OF_ELEMENTS, pdcMap, pdFont, simpleCOSObject, simplePDObject
Fields 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, getID, getobjectKey
Methods inherited from class org.verapdf.model.GenericModelObject
getContext, getExtraContext, getLinks, getObjectType, getProperties, getSuperTypes, isContextDependent
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.verapdf.model.baselayer.Object
getContext, getExtraContext, getID, getLinks, getObjectType, getProperties, getSuperTypes, isContextDependent
Methods inherited from interface org.verapdf.model.pdlayer.PDObject
getentries, getobjectKey
-
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:
getLinkedObjects
in interfaceObject
- Overrides:
getLinkedObjects
in classGenericModelObject
- Parameters:
link
- - the name of a link- Returns:
- List of objects with the given link
-
getdoesByteRangeCoverEntireDocument
Description copied from interface:PDSignature
true if the ByteRange covers the entire document including the signature dictionary, but excluding the Signature itself- Specified by:
getdoesByteRangeCoverEntireDocument
in interfacePDSignature
- Returns:
- true if byte range covers entire document except for Contents entry in signature dictionary
-