Package com.pdftools.toolbox.pdf.forms
Class DocMdpSignature
- java.lang.Object
-
public class DocMdpSignature extends Signature
A Document Modification Detection and Prevention (MDP) signature that certifies the document
This type of signature enables the detection of disallowed changes specified by the author.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description MdpPermissions
getPermissions()
The access permissions granted for this document (Getter)-
Methods inherited from class com.pdftools.toolbox.pdf.forms.Signature
getContactInfo, getLocation, getReason
-
Methods inherited from class com.pdftools.toolbox.pdf.forms.SignedSignatureField
getDate, getName
-
Methods inherited from class com.pdftools.toolbox.pdf.forms.SignatureField
getIsVisible
-
Methods inherited from class com.pdftools.toolbox.internal.NativeObject
equals, hashCode
-
-
-
-
Method Detail
-
getPermissions
public MdpPermissions getPermissions()
The access permissions granted for this document (Getter)
Note that for encrypted PDF documents, the restrictions defined by thisDocMDPSignature
are in addition to the documenttoolbox.pdf.Document.getPermissions
.- Throws:
java.lang.IllegalStateException
- if the object has already been closed
-
-