Package com.pdftools.pdf
Class CertificationSignature
java.lang.Object
com.pdftools.internal.NativeBase
com.pdftools.internal.NativeObject
com.pdftools.pdf.SignatureField
com.pdftools.pdf.SignedSignatureField
com.pdftools.pdf.Signature
com.pdftools.pdf.CertificationSignature
A document certification (MDP) signature that certifies the document
These signatures are also called Document Modification Detection and Prevention (MDP) signatures. This type of signature enables the detection of rejected changes specified by the author.-
Method Summary
Modifier and TypeMethodDescriptionThe access permissions granted for this document (Getter)Methods inherited from class com.pdftools.pdf.Signature
getContactInfo, getLocation, getReasonMethods inherited from class com.pdftools.pdf.SignedSignatureField
getDate, getName, getRevisionMethods inherited from class com.pdftools.pdf.SignatureField
getBoundingBox, getFieldName, getPageNumberMethods inherited from class com.pdftools.internal.NativeObject
equals, hashCode
-
Method Details
-
getPermissions
The access permissions granted for this document (Getter)
Note that for encrypted PDF documents, the restrictions defined by thisCertificationSignatureare in addition to the document'sDocument.getPermissions().- Throws:
IllegalStateException- If the object has already been closed
-