Class VerifiedSignature
java.lang.Object
com.ironsoftware.ironpdf.signature.VerifiedSignature
A class that represents a verified digital signature for a PDF document.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGets the field name of the digital signature.Gets the contact person or email address for signing related inquiries (optional).Gets date and time of the digital signature.Gets physical location the PDF was signed (optional).Gets reason the PDF was signed (optional).boolean
isValid()
If the signature is valid,
-
Constructor Details
-
VerifiedSignature
-
-
Method Details
-
getSignatureName
Gets the field name of the digital signature.- Returns:
- the signature name
-
getSigningContact
Gets the contact person or email address for signing related inquiries (optional).- Returns:
- the contact
-
getSigningReason
Gets reason the PDF was signed (optional).- Returns:
- the signing reason
-
getSigningLocation
Gets physical location the PDF was signed (optional).- Returns:
- the signing location
-
getSigningDate
Gets date and time of the digital signature.- Returns:
- the signing date
-
isValid
public boolean isValid()If the signature is valid,- Returns:
- the boolean
-