SignatureVerificationResult
Overview
SignatureVerificationResult is a class in Aspose.Pdf FOSS for Java.
Result of verifying a PDF signature.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
fieldName | String | Read | |
valid | boolean | Read | |
signerName | String | Read | |
signingTime | Date | Read | |
certificate | X509Certificate | Read | |
reason | String | Read | |
location | String | Read |
Methods
| Signature | Description |
|---|---|
SignatureVerificationResult(fieldName: String, valid: boolean, signerName: String, signingTime: Date, certificate: X509Certificate, reason: String, location: String) | |
getFieldName() → String | |
isValid() → boolean | |
getSignerName() → String | |
getSigningTime() → Date | |
getCertificate() → X509Certificate | |
getReason() → String | |
getLocation() → String |