Package com.pdftools.pdf
Class Signature
- Direct Known Subclasses:
CertificationSignature,DocumentSignature
A base class for certain signature types
-
Method Summary
Modifier and TypeMethodDescriptionThe contact information of the signer (Getter)The location of signing (Getter)The reason for signing (Getter)Methods 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
-
getLocation
The location of signing (Getter)
The CPU host name or physical location of the signing.- Throws:
IllegalStateException- If the object has already been closed
-
getReason
The reason for signing (Getter)
- Throws:
IllegalStateException- If the object has already been closed
-
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:
IllegalStateException- If the object has already been closed
-