Package org.verapdf.model.pdlayer
Interface PDEncryption
-
- All Known Implementing Classes:
GFPDEncryption
public interface PDEncryption extends PDObject
the Encryption dictionary
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description LonggetP()the value of the /P entry-
Methods inherited from interface org.verapdf.model.baselayer.Object
getContext, getExtraContext, getID, getLinkedObjects, getLinks, getObjectType, getProperties, getSuperTypes, isContextDependent
-
Methods inherited from interface org.verapdf.model.pdlayer.PDObject
getentries
-
-
-
-
Method Detail
-
getP
Long getP()
the value of the /P entry
-
-