Package com.pdftools.toolbox.pdf.forms
Class Signature
- java.lang.Object
-
- Direct Known Subclasses:
DocMdpSignature,DocumentSignature
public class Signature extends SignedSignatureField
A base class for certain signature types
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetContactInfo()The contact information of the signer (Getter)java.lang.StringgetLocation()The location of signing (Getter)java.lang.StringgetReason()The reason for signing (Getter)-
Methods inherited from class com.pdftools.toolbox.pdf.forms.SignedSignatureField
getDate, getName, getSignatureContents
-
Methods inherited from class com.pdftools.toolbox.pdf.forms.SignatureField
getIsVisible
-
Methods inherited from class com.pdftools.toolbox.internal.NativeObject
equals, hashCode
-
-
-
-
Method Detail
-
getLocation
public java.lang.String getLocation()
The location of signing (Getter)
The CPU host name or physical location of the signing.- Throws:
java.lang.IllegalStateException- if the object has already been closed
-
getReason
public java.lang.String getReason()
The reason for signing (Getter)
- Throws:
java.lang.IllegalStateException- if the object has already been closed
-
getContactInfo
public java.lang.String getContactInfo()
The contact information of the signer (Getter)
Information provided by the signer to enable a recipient to contact the signer to verify the signature; for example, a phone number.- Throws:
java.lang.IllegalStateException- if the object has already been closed
-
-