Class VerifiedSignature
java.lang.Object
com.ironsoftware.ironpdf.signature.VerifiedSignature
A class that represents a verified digital signature for a PDF document.
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionSignature filterGets 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).booleanisValid()If the signature is valid,
- 
Constructor Details- 
VerifiedSignature
 
- 
- 
Method Details- 
getSignatureNameGets the field name of the digital signature.- Returns:
- the signature name
 
- 
getSigningContactGets the contact person or email address for signing related inquiries (optional).- Returns:
- the contact
 
- 
getSigningReasonGets reason the PDF was signed (optional).- Returns:
- the signing reason
 
- 
getSigningLocationGets physical location the PDF was signed (optional).- Returns:
- the signing location
 
- 
getSigningDateGets date and time of the digital signature.- Returns:
- the signing date
 
- 
isValidpublic boolean isValid()If the signature is valid,- Returns:
- the boolean
 
- 
getFilterSignature filter- Returns:
- Signature filter
 
 
-