<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!-- NewPage --> <html lang="en"> <head> <!-- Generated by javadoc (version 1.7.0_55) on Tue Jul 08 10:09:22 CEST 2014 --> <meta http-equiv="Content-Type" content="text/html" charset="ISO-8859-1"> <title>VerifyResult (PDF-AS 4.0.0-RC5 Library)</title> <meta name="date" content="2014-07-08"> <link rel="stylesheet" type="text/css" href="../../../../../../../stylesheet.css" title="Style"> </head> <body> <script type="text/javascript"><!-- if (location.href.indexOf('is-external=true') == -1) { parent.document.title="VerifyResult (PDF-AS 4.0.0-RC5 Library)"; } //--> </script> <noscript> <div>JavaScript is disabled on your browser.</div> </noscript> <!-- ========= START OF TOP NAVBAR ======= --> <div class="topNav"><a name="navbar_top"> <!-- --> </a><a href="#skip-navbar_top" title="Skip navigation links"></a><a name="navbar_top_firstrow"> <!-- --> </a> <ul class="navList" title="Navigation"> <li><a href="../../../../../../../overview-summary.html">Overview</a></li> <li><a href="package-summary.html">Package</a></li> <li class="navBarCell1Rev">Class</li> <li><a href="class-use/VerifyResult.html">Use</a></li> <li><a href="package-tree.html">Tree</a></li> <li><a href="../../../../../../../deprecated-list.html">Deprecated</a></li> <li><a href="../../../../../../../index-all.html">Index</a></li> <li><a href="../../../../../../../help-doc.html">Help</a></li> </ul> <div class="aboutLanguage"><em><b>PDF-AS 4.0.0-RC5 Library 4.0.0-RC5 [6160ba3da2c670365ea08880ac2a3a6eb2468137]</b></em></div> </div> <div class="subNav"> <ul class="navList"> <li><a href="../../../../../../../at/gv/egiz/pdfas/lib/api/verify/VerifyParameter.html" title="interface in at.gv.egiz.pdfas.lib.api.verify"><span class="strong">Prev Class</span></a></li> <li>Next Class</li> </ul> <ul class="navList"> <li><a href="../../../../../../../index.html?at/gv/egiz/pdfas/lib/api/verify/VerifyResult.html" target="_top">Frames</a></li> <li><a href="VerifyResult.html" target="_top">No Frames</a></li> </ul> <ul class="navList" id="allclasses_navbar_top"> <li><a href="../../../../../../../allclasses-noframe.html">All Classes</a></li> </ul> <div> <script type="text/javascript"><!-- allClassesLink = document.getElementById("allclasses_navbar_top"); if(window==top) { allClassesLink.style.display = "block"; } else { allClassesLink.style.display = "none"; } //--> </script> </div> <div> <ul class="subNavList"> <li>Summary: </li> <li>Nested | </li> <li>Field | </li> <li>Constr | </li> <li><a href="#method_summary">Method</a></li> </ul> <ul class="subNavList"> <li>Detail: </li> <li>Field | </li> <li>Constr | </li> <li><a href="#method_detail">Method</a></li> </ul> </div> <a name="skip-navbar_top"> <!-- --> </a></div> <!-- ========= END OF TOP NAVBAR ========= --> <!-- ======== START OF CLASS DATA ======== --> <div class="header"> <div class="subTitle">at.gv.egiz.pdfas.lib.api.verify</div> <h2 title="Interface VerifyResult" class="title">Interface VerifyResult</h2> </div> <div class="contentContainer"> <div class="description"> <ul class="blockList"> <li class="blockList"> <dl> <dt>All Known Implementing Classes:</dt> <dd><a href="../../../../../../../at/gv/egiz/pdfas/lib/impl/verify/VerifyResultImpl.html" title="class in at.gv.egiz.pdfas.lib.impl.verify">VerifyResultImpl</a></dd> </dl> <hr> <br> <pre>public interface <span class="strong">VerifyResult</span></pre> </li> </ul> </div> <div class="summary"> <ul class="blockList"> <li class="blockList"> <!-- ========== METHOD SUMMARY =========== --> <ul class="blockList"> <li class="blockList"><a name="method_summary"> <!-- --> </a> <h3>Method Summary</h3> <table class="overviewSummary" border="0" cellpadding="3" cellspacing="0" summary="Method Summary table, listing methods, and an explanation"> <caption><span>Methods</span><span class="tabEnd"> </span></caption> <tr> <th class="colFirst" scope="col">Modifier and Type</th> <th class="colLast" scope="col">Method and Description</th> </tr> <tr class="altColor"> <td class="colFirst"><code><a href="../../../../../../../at/gv/egiz/pdfas/lib/api/verify/SignatureCheck.html" title="interface in at.gv.egiz.pdfas.lib.api.verify">SignatureCheck</a></code></td> <td class="colLast"><code><strong><a href="../../../../../../../at/gv/egiz/pdfas/lib/api/verify/VerifyResult.html#getCertificateCheck()">getCertificateCheck</a></strong>()</code> <div class="block">Returns the result of the certificate check.</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code><a href="../../../../../../../at/gv/egiz/pdfas/lib/api/verify/SignatureCheck.html" title="interface in at.gv.egiz.pdfas.lib.api.verify">SignatureCheck</a></code></td> <td class="colLast"><code><strong><a href="../../../../../../../at/gv/egiz/pdfas/lib/api/verify/VerifyResult.html#getManifestCheckCode()">getManifestCheckCode</a></strong>()</code> <div class="block">Returns the result of the manifest check.</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>byte[]</code></td> <td class="colLast"><code><strong><a href="../../../../../../../at/gv/egiz/pdfas/lib/api/verify/VerifyResult.html#getSignatureData()">getSignatureData</a></strong>()</code> <div class="block">Gets the signed data for the signature</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>iaik.x509.X509Certificate</code></td> <td class="colLast"><code><strong><a href="../../../../../../../at/gv/egiz/pdfas/lib/api/verify/VerifyResult.html#getSignerCertificate()">getSignerCertificate</a></strong>()</code> <div class="block">Gets the signer certificate</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><code><a href="../../../../../../../at/gv/egiz/pdfas/lib/api/verify/SignatureCheck.html" title="interface in at.gv.egiz.pdfas.lib.api.verify">SignatureCheck</a></code></td> <td class="colLast"><code><strong><a href="../../../../../../../at/gv/egiz/pdfas/lib/api/verify/VerifyResult.html#getValueCheckCode()">getValueCheckCode</a></strong>()</code> <div class="block">Returns the result of the value (and hash) check.</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>at.gv.egiz.pdfas.common.exceptions.PdfAsException</code></td> <td class="colLast"><code><strong><a href="../../../../../../../at/gv/egiz/pdfas/lib/api/verify/VerifyResult.html#getVerificationException()">getVerificationException</a></strong>()</code> <div class="block">Returns a verification exception if any.</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>boolean</code></td> <td class="colLast"><code><strong><a href="../../../../../../../at/gv/egiz/pdfas/lib/api/verify/VerifyResult.html#isQualifiedCertificate()">isQualifiedCertificate</a></strong>()</code> <div class="block">Returns true, if the signer's certificate is a qualified certificate.</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>boolean</code></td> <td class="colLast"><code><strong><a href="../../../../../../../at/gv/egiz/pdfas/lib/api/verify/VerifyResult.html#isVerificationDone()">isVerificationDone</a></strong>()</code> <div class="block">Returns if the verification was possible or could not even be startet.</div> </td> </tr> </table> </li> </ul> </li> </ul> </div> <div class="details"> <ul class="blockList"> <li class="blockList"> <!-- ============ METHOD DETAIL ========== --> <ul class="blockList"> <li class="blockList"><a name="method_detail"> <!-- --> </a> <h3>Method Detail</h3> <a name="isVerificationDone()"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>isVerificationDone</h4> <pre>boolean isVerificationDone()</pre> <div class="block">Returns if the verification was possible or could not even be startet. see <a href="../../../../../../../at/gv/egiz/pdfas/lib/api/verify/VerifyResult.html#getVerificationException()"><code>getVerificationException()</code></a> for details.</div> <dl><dt><span class="strong">Returns:</span></dt><dd></dd></dl> </li> </ul> <a name="getVerificationException()"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>getVerificationException</h4> <pre>at.gv.egiz.pdfas.common.exceptions.PdfAsException getVerificationException()</pre> <div class="block">Returns a verification exception if any. Shows that the verification could not be started. See <a href="../../../../../../../at/gv/egiz/pdfas/lib/api/verify/VerifyResult.html#isVerificationDone()"><code>isVerificationDone()</code></a>.</div> <dl><dt><span class="strong">Returns:</span></dt><dd></dd></dl> </li> </ul> <a name="getCertificateCheck()"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>getCertificateCheck</h4> <pre><a href="../../../../../../../at/gv/egiz/pdfas/lib/api/verify/SignatureCheck.html" title="interface in at.gv.egiz.pdfas.lib.api.verify">SignatureCheck</a> getCertificateCheck()</pre> <div class="block">Returns the result of the certificate check.</div> <dl><dt><span class="strong">Returns:</span></dt><dd>Returns the result of the certificate check.</dd></dl> </li> </ul> <a name="getValueCheckCode()"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>getValueCheckCode</h4> <pre><a href="../../../../../../../at/gv/egiz/pdfas/lib/api/verify/SignatureCheck.html" title="interface in at.gv.egiz.pdfas.lib.api.verify">SignatureCheck</a> getValueCheckCode()</pre> <div class="block">Returns the result of the value (and hash) check.</div> <dl><dt><span class="strong">Returns:</span></dt><dd>Returns the result of the value (and hash) check.</dd></dl> </li> </ul> <a name="getManifestCheckCode()"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>getManifestCheckCode</h4> <pre><a href="../../../../../../../at/gv/egiz/pdfas/lib/api/verify/SignatureCheck.html" title="interface in at.gv.egiz.pdfas.lib.api.verify">SignatureCheck</a> getManifestCheckCode()</pre> <div class="block">Returns the result of the manifest check.</div> <dl><dt><span class="strong">Returns:</span></dt><dd>Returns the result of the manifest check.</dd></dl> </li> </ul> <a name="isQualifiedCertificate()"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>isQualifiedCertificate</h4> <pre>boolean isQualifiedCertificate()</pre> <div class="block">Returns true, if the signer's certificate is a qualified certificate.</div> <dl><dt><span class="strong">Returns:</span></dt><dd>Returns true, if the signer's certificate is a qualified certificate.</dd></dl> </li> </ul> <a name="getSignerCertificate()"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>getSignerCertificate</h4> <pre>iaik.x509.X509Certificate getSignerCertificate()</pre> <div class="block">Gets the signer certificate</div> <dl><dt><span class="strong">Returns:</span></dt><dd></dd></dl> </li> </ul> <a name="getSignatureData()"> <!-- --> </a> <ul class="blockListLast"> <li class="blockList"> <h4>getSignatureData</h4> <pre>byte[] getSignatureData()</pre> <div class="block">Gets the signed data for the signature</div> <dl><dt><span class="strong">Returns:</span></dt><dd></dd></dl> </li> </ul> </li> </ul> </li> </ul> </div> </div> <!-- ========= END OF CLASS DATA ========= --> <!-- ======= START OF BOTTOM NAVBAR ====== --> <div class="bottomNav"><a name="navbar_bottom"> <!-- --> </a><a href="#skip-navbar_bottom" title="Skip navigation links"></a><a name="navbar_bottom_firstrow"> <!-- --> </a> <ul class="navList" title="Navigation"> <li><a href="../../../../../../../overview-summary.html">Overview</a></li> <li><a href="package-summary.html">Package</a></li> <li class="navBarCell1Rev">Class</li> <li><a href="class-use/VerifyResult.html">Use</a></li> <li><a href="package-tree.html">Tree</a></li> <li><a href="../../../../../../../deprecated-list.html">Deprecated</a></li> <li><a href="../../../../../../../index-all.html">Index</a></li> <li><a href="../../../../../../../help-doc.html">Help</a></li> </ul> <div class="aboutLanguage"><em><b>PDF-AS 4.0.0-RC5 Library 4.0.0-RC5 [6160ba3da2c670365ea08880ac2a3a6eb2468137]</b></em></div> </div> <div class="subNav"> <ul class="navList"> <li><a href="../../../../../../../at/gv/egiz/pdfas/lib/api/verify/VerifyParameter.html" title="interface in at.gv.egiz.pdfas.lib.api.verify"><span class="strong">Prev Class</span></a></li> <li>Next Class</li> </ul> <ul class="navList"> <li><a href="../../../../../../../index.html?at/gv/egiz/pdfas/lib/api/verify/VerifyResult.html" target="_top">Frames</a></li> <li><a href="VerifyResult.html" target="_top">No Frames</a></li> </ul> <ul class="navList" id="allclasses_navbar_bottom"> <li><a href="../../../../../../../allclasses-noframe.html">All Classes</a></li> </ul> <div> <script type="text/javascript"><!-- allClassesLink = document.getElementById("allclasses_navbar_bottom"); if(window==top) { allClassesLink.style.display = "block"; } else { allClassesLink.style.display = "none"; } //--> </script> </div> <div> <ul class="subNavList"> <li>Summary: </li> <li>Nested | </li> <li>Field | </li> <li>Constr | </li> <li><a href="#method_summary">Method</a></li> </ul> <ul class="subNavList"> <li>Detail: </li> <li>Field | </li> <li>Constr | </li> <li><a href="#method_detail">Method</a></li> </ul> </div> <a name="skip-navbar_bottom"> <!-- --> </a></div> <!-- ======== END OF BOTTOM NAVBAR ======= --> </body> </html>