SignatureVerificationResult
Overview
SignatureVerificationResult is a class in Aspose.PDF FOSS for Java.
Result of verifying a PDF signature.
This class provides 8 methods for working with SignatureVerificationResult objects in Java programs.
Available methods include: SignatureVerificationResult, getCertificate, getFieldName, getLocation, getReason, getSignerName, getSigningTime, isValid.
All public members are accessible to any Java application after installing the Aspose.PDF FOSS for Java package.
Properties: certificate, fieldName, location, reason, signerName, signingTime, and 1 more.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
fieldName | String | Read | Gets the field name. |
valid | boolean | Read | Gets the valid. |
signerName | String | Read | Gets the signer name. |
signingTime | Date | Read | Gets the signing time. |
certificate | X509Certificate | Read | Gets the certificate. |
reason | String | Read | Gets the reason. |
location | String | Read | Gets the location. |
Methods
| Signature | Description |
|---|---|
SignatureVerificationResult(fieldName: String, valid: boolean, signerName: String, signingTime: Date, certificate: X509Certificate, reason: String, location: String) | |
getFieldName() → String | Returns the field name. |
isValid() → boolean | Returns true if valid is set. |
getSignerName() → String | Returns the signer name. |
getSigningTime() → Date | Returns the signing time. |
getCertificate() → X509Certificate | Returns the certificate. |
getReason() → String | Returns the reason. |
getLocation() → String | Returns the location. |