Class VerifiedSignature
- java.lang.Object
- 
- com.ironsoftware.ironpdf.signature.VerifiedSignature
 
- 
 public class VerifiedSignature extends Object A class that represents a verified digital signature for a PDF document.
- 
- 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetFilter()Signature filterStringgetSignatureName()Gets the field name of the digital signature.StringgetSigningContact()Gets the contact person or email address for signing related inquiries (optional).InstantgetSigningDate()Gets date and time of the digital signature.StringgetSigningLocation()Gets physical location the PDF was signed (optional).StringgetSigningReason()Gets reason the PDF was signed (optional).booleanisValid()If the signature is valid,
 
- 
- 
- 
Method Detail- 
getSignatureNamepublic String getSignatureName() Gets the field name of the digital signature.- Returns:
- the signature name
 
 - 
getSigningContactpublic String getSigningContact() Gets the contact person or email address for signing related inquiries (optional).- Returns:
- the contact
 
 - 
getSigningReasonpublic String getSigningReason() Gets reason the PDF was signed (optional).- Returns:
- the signing reason
 
 - 
getSigningLocationpublic String getSigningLocation() Gets physical location the PDF was signed (optional).- Returns:
- the signing location
 
 - 
getSigningDatepublic Instant getSigningDate() Gets date and time of the digital signature.- Returns:
- the signing date
 
 - 
isValidpublic boolean isValid() If the signature is valid,- Returns:
- the boolean
 
 - 
getFilterpublic String getFilter() Signature filter- Returns:
- Signature filter
 
 
- 
 
-