Class GFPDSigRef
java.lang.Object
org.verapdf.model.GenericModelObject
org.verapdf.gf.model.impl.pd.GFPDObject
org.verapdf.gf.model.impl.pd.signature.GFPDSigRef
Represents signature references dictionary referred by /Reference key from
the signature dictionary.
- Author:
- Sergey Shemyakov
-
Field Summary
FieldsFields 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 document permissions dictionary contains DocMDP entryMethods inherited from class org.verapdf.gf.model.impl.pd.GFPDObject
getentries, getIDMethods inherited from class org.verapdf.model.GenericModelObject
getContext, getExtraContext, getLinkedObjects, 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, getLinkedObjects, getLinks, getObjectType, getProperties, getSuperTypes, isContextDependentMethods inherited from interface org.verapdf.model.pdlayer.PDObject
getentries
-
Field Details
-
SIGNATURE_REFERENCE_TYPE
Type name forGFPDSigRef- See Also:
-
-
Constructor Details
-
GFPDSigRef
- Parameters:
dictionary- is signature reference dictionary.
-
-
Method Details
-
getpermsContainDocMDP
Description copied from interface:PDSigReftrue if the document permissions dictionary contains DocMDP entry- Specified by:
getpermsContainDocMDPin interfacePDSigRef- Returns:
- true if the document permissions dictionary contains DocMDP entry.
-