public interface VerifyResult
| Modifier and Type | Method and Description | 
|---|---|
| SignatureCheck | getCertificateCheck()Returns the result of the certificate check. | 
| SignatureCheck | getManifestCheckCode()Returns the result of the manifest check. | 
| byte[] | getSignatureData()Gets the signed data for the signature | 
| iaik.x509.X509Certificate | getSignerCertificate()Gets the signer certificate | 
| SignatureCheck | getValueCheckCode()Returns the result of the value (and hash) check. | 
| at.gv.egiz.pdfas.common.exceptions.PdfAsException | getVerificationException()Returns a verification exception if any. | 
| boolean | isQualifiedCertificate()Returns true, if the signer's certificate is a qualified certificate. | 
| boolean | isVerificationDone()Returns if the verification was possible or could not even be startet. | 
boolean isVerificationDone()
getVerificationException() for details.at.gv.egiz.pdfas.common.exceptions.PdfAsException getVerificationException()
isVerificationDone().SignatureCheck getCertificateCheck()
SignatureCheck getValueCheckCode()
SignatureCheck getManifestCheckCode()
boolean isQualifiedCertificate()
iaik.x509.X509Certificate getSignerCertificate()
byte[] getSignatureData()