|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.itextpdf.text.pdf.security.SignaturePermissions
public class SignaturePermissions
A helper class that tells you more about the type of signature (certification or approval) and the signature's DMP settings.
Nested Class Summary | |
---|---|
class |
SignaturePermissions.FieldLock
Class that contains a field lock action and an array of the fields that are involved. |
Constructor Summary | |
---|---|
SignaturePermissions(PdfDictionary sigDict,
SignaturePermissions previous)
Creates an object that can inform you about the type of signature in a signature dictionary as well as some of the permissions defined by the signature. |
Method Summary | |
---|---|
List<SignaturePermissions.FieldLock> |
getFieldLocks()
Getter for the field lock actions, and fields that are impacted by the action |
boolean |
isAnnotationsAllowed()
Getter to find out if adding annotations is allowed after signing. |
boolean |
isCertification()
Getter to find out if the signature is a certification signature. |
boolean |
isFillInAllowed()
Getter to find out if filling out fields is allowed after signing. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public SignaturePermissions(PdfDictionary sigDict, SignaturePermissions previous)
Method Detail |
---|
public boolean isCertification()
public boolean isFillInAllowed()
public boolean isAnnotationsAllowed()
public List<SignaturePermissions.FieldLock> getFieldLocks()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |