SignatureVerificationResult

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

NameTypeAccessDescription
fieldNameStringReadGets the field name.
validbooleanReadGets the valid.
signerNameStringReadGets the signer name.
signingTimeDateReadGets the signing time.
certificateX509CertificateReadGets the certificate.
reasonStringReadGets the reason.
locationStringReadGets the location.

Methods

SignatureDescription
SignatureVerificationResult(fieldName: String, valid: boolean, signerName: String, signingTime: Date, certificate: X509Certificate, reason: String, location: String)
getFieldName()StringReturns the field name.
isValid()booleanReturns true if valid is set.
getSignerName()StringReturns the signer name.
getSigningTime()DateReturns the signing time.
getCertificate()X509CertificateReturns the certificate.
getReason()StringReturns the reason.
getLocation()StringReturns the location.

See Also

 English