aboutsummaryrefslogtreecommitdiff
path: root/docs/full/at/gv/egiz/pdfas/lib/api/PdfAs.html
diff options
context:
space:
mode:
Diffstat (limited to 'docs/full/at/gv/egiz/pdfas/lib/api/PdfAs.html')
-rw-r--r--docs/full/at/gv/egiz/pdfas/lib/api/PdfAs.html37
1 files changed, 16 insertions, 21 deletions
diff --git a/docs/full/at/gv/egiz/pdfas/lib/api/PdfAs.html b/docs/full/at/gv/egiz/pdfas/lib/api/PdfAs.html
index 684e2963..af98420c 100644
--- a/docs/full/at/gv/egiz/pdfas/lib/api/PdfAs.html
+++ b/docs/full/at/gv/egiz/pdfas/lib/api/PdfAs.html
@@ -2,16 +2,15 @@
<!-- NewPage -->
<html lang="en">
<head>
-<!-- Generated by javadoc (version 1.7.0_51) on Wed Feb 05 09:35:05 CET 2014 -->
-<meta http-equiv="Content-Type" content="text/html" charset="ISO-8859-1">
-<title>PdfAs (PDF-AS 4.0.0-SNAPSHOT Library)</title>
-<meta name="date" content="2014-02-05">
+<!-- Generated by javadoc (version 1.7.0_51) on Thu Feb 20 10:22:00 CET 2014 -->
+<title>PdfAs</title>
+<meta name="date" content="2014-02-20">
<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="PdfAs (PDF-AS 4.0.0-SNAPSHOT Library)";
+ parent.document.title="PdfAs";
}
//-->
</script>
@@ -28,13 +27,11 @@
<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/PdfAs.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-SNAPSHOT Library 4.0.0-SNAPSHOT [27fb69688a5de7e291ce5a2fd348becb1a722ad5]</b></em></div>
</div>
<div class="subNav">
<ul class="navList">
@@ -147,7 +144,7 @@
</td>
</tr>
<tr class="rowColor">
-<td class="colFirst"><code><a href="http://java.sun.com/j2se/1.5.0/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</a>&lt;<a href="../../../../../../at/gv/egiz/pdfas/lib/api/verify/VerifyResult.html" title="interface in at.gv.egiz.pdfas.lib.api.verify">VerifyResult</a>&gt;</code></td>
+<td class="colFirst"><code>java.util.List&lt;<a href="../../../../../../at/gv/egiz/pdfas/lib/api/verify/VerifyResult.html" title="interface in at.gv.egiz.pdfas.lib.api.verify">VerifyResult</a>&gt;</code></td>
<td class="colLast"><code><strong><a href="../../../../../../at/gv/egiz/pdfas/lib/api/PdfAs.html#verify(at.gv.egiz.pdfas.lib.api.verify.VerifyParameter)">verify</a></strong>(<a href="../../../../../../at/gv/egiz/pdfas/lib/api/verify/VerifyParameter.html" title="interface in at.gv.egiz.pdfas.lib.api.verify">VerifyParameter</a>&nbsp;parameter)</code>
<div class="block">Verifies a document with (potentially multiple) PDF-AS signatures.</div>
</td>
@@ -174,12 +171,12 @@
<li class="blockList">
<h4>sign</h4>
<pre><a href="../../../../../../at/gv/egiz/pdfas/lib/api/sign/SignResult.html" title="interface in at.gv.egiz.pdfas.lib.api.sign">SignResult</a>&nbsp;sign(<a href="../../../../../../at/gv/egiz/pdfas/lib/api/sign/SignParameter.html" title="interface in at.gv.egiz.pdfas.lib.api.sign">SignParameter</a>&nbsp;parameter)
- throws at.gv.egiz.pdfas.common.exceptions.PdfAsException</pre>
+ throws <a href="../../../../../../at/gv/egiz/pdfas/common/exceptions/PdfAsException.html" title="class in at.gv.egiz.pdfas.common.exceptions">PdfAsException</a></pre>
<div class="block">Signs a PDF document using PDF-AS.</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>parameter</code> - </dd>
<dt><span class="strong">Returns:</span></dt><dd></dd>
<dt><span class="strong">Throws:</span></dt>
-<dd><code>at.gv.egiz.pdfas.common.exceptions.PdfAsException</code></dd></dl>
+<dd><code><a href="../../../../../../at/gv/egiz/pdfas/common/exceptions/PdfAsException.html" title="class in at.gv.egiz.pdfas.common.exceptions">PdfAsException</a></code></dd></dl>
</li>
</ul>
<a name="verify(at.gv.egiz.pdfas.lib.api.verify.VerifyParameter)">
@@ -188,13 +185,13 @@
<ul class="blockList">
<li class="blockList">
<h4>verify</h4>
-<pre><a href="http://java.sun.com/j2se/1.5.0/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</a>&lt;<a href="../../../../../../at/gv/egiz/pdfas/lib/api/verify/VerifyResult.html" title="interface in at.gv.egiz.pdfas.lib.api.verify">VerifyResult</a>&gt;&nbsp;verify(<a href="../../../../../../at/gv/egiz/pdfas/lib/api/verify/VerifyParameter.html" title="interface in at.gv.egiz.pdfas.lib.api.verify">VerifyParameter</a>&nbsp;parameter)
- throws at.gv.egiz.pdfas.common.exceptions.PdfAsException</pre>
+<pre>java.util.List&lt;<a href="../../../../../../at/gv/egiz/pdfas/lib/api/verify/VerifyResult.html" title="interface in at.gv.egiz.pdfas.lib.api.verify">VerifyResult</a>&gt;&nbsp;verify(<a href="../../../../../../at/gv/egiz/pdfas/lib/api/verify/VerifyParameter.html" title="interface in at.gv.egiz.pdfas.lib.api.verify">VerifyParameter</a>&nbsp;parameter)
+ throws <a href="../../../../../../at/gv/egiz/pdfas/common/exceptions/PdfAsException.html" title="class in at.gv.egiz.pdfas.common.exceptions">PdfAsException</a></pre>
<div class="block">Verifies a document with (potentially multiple) PDF-AS signatures.</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>parameter</code> - The verification parameter</dd>
<dt><span class="strong">Returns:</span></dt><dd>A list of verification Results</dd>
<dt><span class="strong">Throws:</span></dt>
-<dd><code>at.gv.egiz.pdfas.common.exceptions.PdfAsException</code></dd></dl>
+<dd><code><a href="../../../../../../at/gv/egiz/pdfas/common/exceptions/PdfAsException.html" title="class in at.gv.egiz.pdfas.common.exceptions">PdfAsException</a></code></dd></dl>
</li>
</ul>
<a name="getConfiguration()">
@@ -216,14 +213,14 @@
<li class="blockList">
<h4>startSign</h4>
<pre><a href="../../../../../../at/gv/egiz/pdfas/lib/api/StatusRequest.html" title="interface in at.gv.egiz.pdfas.lib.api">StatusRequest</a>&nbsp;startSign(<a href="../../../../../../at/gv/egiz/pdfas/lib/api/sign/SignParameter.html" title="interface in at.gv.egiz.pdfas.lib.api.sign">SignParameter</a>&nbsp;parameter)
- throws at.gv.egiz.pdfas.common.exceptions.PdfAsException</pre>
+ throws <a href="../../../../../../at/gv/egiz/pdfas/common/exceptions/PdfAsException.html" title="class in at.gv.egiz.pdfas.common.exceptions">PdfAsException</a></pre>
<div class="block">Starts a signature process
After the process has to be startet the status request has to be services by the user application</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>parameter</code> - The sign parameter</dd>
<dt><span class="strong">Returns:</span></dt><dd>A status request</dd>
<dt><span class="strong">Throws:</span></dt>
-<dd><code>at.gv.egiz.pdfas.common.exceptions.PdfAsException</code></dd></dl>
+<dd><code><a href="../../../../../../at/gv/egiz/pdfas/common/exceptions/PdfAsException.html" title="class in at.gv.egiz.pdfas.common.exceptions">PdfAsException</a></code></dd></dl>
</li>
</ul>
<a name="process(at.gv.egiz.pdfas.lib.api.StatusRequest)">
@@ -233,12 +230,12 @@
<li class="blockList">
<h4>process</h4>
<pre><a href="../../../../../../at/gv/egiz/pdfas/lib/api/StatusRequest.html" title="interface in at.gv.egiz.pdfas.lib.api">StatusRequest</a>&nbsp;process(<a href="../../../../../../at/gv/egiz/pdfas/lib/api/StatusRequest.html" title="interface in at.gv.egiz.pdfas.lib.api">StatusRequest</a>&nbsp;statusRequest)
- throws at.gv.egiz.pdfas.common.exceptions.PdfAsException</pre>
+ throws <a href="../../../../../../at/gv/egiz/pdfas/common/exceptions/PdfAsException.html" title="class in at.gv.egiz.pdfas.common.exceptions">PdfAsException</a></pre>
<div class="block">Continues an ongoing signature process</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>statusRequest</code> - The current status</dd>
<dt><span class="strong">Returns:</span></dt><dd>A status request</dd>
<dt><span class="strong">Throws:</span></dt>
-<dd><code>at.gv.egiz.pdfas.common.exceptions.PdfAsException</code></dd></dl>
+<dd><code><a href="../../../../../../at/gv/egiz/pdfas/common/exceptions/PdfAsException.html" title="class in at.gv.egiz.pdfas.common.exceptions">PdfAsException</a></code></dd></dl>
</li>
</ul>
<a name="finishSign(at.gv.egiz.pdfas.lib.api.StatusRequest)">
@@ -248,12 +245,12 @@
<li class="blockList">
<h4>finishSign</h4>
<pre><a href="../../../../../../at/gv/egiz/pdfas/lib/api/sign/SignResult.html" title="interface in at.gv.egiz.pdfas.lib.api.sign">SignResult</a>&nbsp;finishSign(<a href="../../../../../../at/gv/egiz/pdfas/lib/api/StatusRequest.html" title="interface in at.gv.egiz.pdfas.lib.api">StatusRequest</a>&nbsp;statusRequest)
- throws at.gv.egiz.pdfas.common.exceptions.PdfAsException</pre>
+ throws <a href="../../../../../../at/gv/egiz/pdfas/common/exceptions/PdfAsException.html" title="class in at.gv.egiz.pdfas.common.exceptions">PdfAsException</a></pre>
<div class="block">Finishes a signature process</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>statusRequest</code> - The current status</dd>
<dt><span class="strong">Returns:</span></dt><dd>A signature result</dd>
<dt><span class="strong">Throws:</span></dt>
-<dd><code>at.gv.egiz.pdfas.common.exceptions.PdfAsException</code></dd></dl>
+<dd><code><a href="../../../../../../at/gv/egiz/pdfas/common/exceptions/PdfAsException.html" title="class in at.gv.egiz.pdfas.common.exceptions">PdfAsException</a></code></dd></dl>
</li>
</ul>
</li>
@@ -273,13 +270,11 @@
<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/PdfAs.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-SNAPSHOT Library 4.0.0-SNAPSHOT [27fb69688a5de7e291ce5a2fd348becb1a722ad5]</b></em></div>
</div>
<div class="subNav">
<ul class="navList">