diff options
author | Andreas Fitzek <andreas.fitzek@iaik.tugraz.at> | 2014-07-15 10:30:34 +0200 |
---|---|---|
committer | Andreas Fitzek <andreas.fitzek@iaik.tugraz.at> | 2014-07-15 10:30:34 +0200 |
commit | 7194ad1f6a22507867f471fd6c8a37c6596d4b8a (patch) | |
tree | de8d389ce2716f23a447a78ea7d6007b42ec67bc /docs/full/constant-values.html | |
parent | 27ff4bd2e85696d590f96986ec1aadad6805cae0 (diff) | |
download | pdf-as-4-7194ad1f6a22507867f471fd6c8a37c6596d4b8a.tar.gz pdf-as-4-7194ad1f6a22507867f471fd6c8a37c6596d4b8a.tar.bz2 pdf-as-4-7194ad1f6a22507867f471fd6c8a37c6596d4b8a.zip |
Removed old config
Diffstat (limited to 'docs/full/constant-values.html')
-rw-r--r-- | docs/full/constant-values.html | 669 |
1 files changed, 0 insertions, 669 deletions
diff --git a/docs/full/constant-values.html b/docs/full/constant-values.html deleted file mode 100644 index b07e9deb..00000000 --- a/docs/full/constant-values.html +++ /dev/null @@ -1,669 +0,0 @@ -<!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>Constant Field Values (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="Constant Field Values (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>Package</li> -<li>Class</li> -<li>Use</li> -<li><a href="overview-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>Prev</li> -<li>Next</li> -</ul> -<ul class="navList"> -<li><a href="index.html?constant-values.html" target="_top">Frames</a></li> -<li><a href="constant-values.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> -<a name="skip-navbar_top"> -<!-- --> -</a></div> -<!-- ========= END OF TOP NAVBAR ========= --> -<div class="header"> -<h1 title="Constant Field Values" class="title">Constant Field Values</h1> -<h2 title="Contents">Contents</h2> -<ul> -<li><a href="#at.gv">at.gv.*</a></li> -</ul> -</div> -<div class="constantValuesContainer"><a name="at.gv"> -<!-- --> -</a> -<h2 title="at.gv">at.gv.*</h2> -<ul class="blockList"> -<li class="blockList"> -<table border="0" cellpadding="3" cellspacing="0" summary="Constant Field Values table, listing constant fields, and values"> -<caption><span>at.gv.egiz.pdfas.lib.api.<a href="at/gv/egiz/pdfas/lib/api/IConfigurationConstants.html" title="interface in at.gv.egiz.pdfas.lib.api">IConfigurationConstants</a></span><span class="tabEnd"> </span></caption> -<tr> -<th class="colFirst" scope="col">Modifier and Type</th> -<th scope="col">Constant Field</th> -<th class="colLast" scope="col">Value</th> -</tr> -<tbody> -<tr class="altColor"> -<td class="colFirst"><a name="at.gv.egiz.pdfas.lib.api.IConfigurationConstants.DEFAULT"> -<!-- --> -</a><code>public static final <a href="http://java.sun.com/j2se/1.5.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td> -<td><code><a href="at/gv/egiz/pdfas/lib/api/IConfigurationConstants.html#DEFAULT">DEFAULT</a></code></td> -<td class="colLast"><code>"default"</code></td> -</tr> -<tr class="rowColor"> -<td class="colFirst"><a name="at.gv.egiz.pdfas.lib.api.IConfigurationConstants.DEFAULT_SIGNATURE_PROFILE"> -<!-- --> -</a><code>public static final <a href="http://java.sun.com/j2se/1.5.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td> -<td><code><a href="at/gv/egiz/pdfas/lib/api/IConfigurationConstants.html#DEFAULT_SIGNATURE_PROFILE">DEFAULT_SIGNATURE_PROFILE</a></code></td> -<td class="colLast"><code>"sig_obj.type.default"</code></td> -</tr> -<tr class="altColor"> -<td class="colFirst"><a name="at.gv.egiz.pdfas.lib.api.IConfigurationConstants.FALSE"> -<!-- --> -</a><code>public static final <a href="http://java.sun.com/j2se/1.5.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td> -<td><code><a href="at/gv/egiz/pdfas/lib/api/IConfigurationConstants.html#FALSE">FALSE</a></code></td> -<td class="colLast"><code>"false"</code></td> -</tr> -<tr class="rowColor"> -<td class="colFirst"><a name="at.gv.egiz.pdfas.lib.api.IConfigurationConstants.LEGACY_POSITIONING"> -<!-- --> -</a><code>public static final <a href="http://java.sun.com/j2se/1.5.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td> -<td><code><a href="at/gv/egiz/pdfas/lib/api/IConfigurationConstants.html#LEGACY_POSITIONING">LEGACY_POSITIONING</a></code></td> -<td class="colLast"><code>".legacy.pos"</code></td> -</tr> -<tr class="altColor"> -<td class="colFirst"><a name="at.gv.egiz.pdfas.lib.api.IConfigurationConstants.MAIN"> -<!-- --> -</a><code>public static final <a href="http://java.sun.com/j2se/1.5.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td> -<td><code><a href="at/gv/egiz/pdfas/lib/api/IConfigurationConstants.html#MAIN">MAIN</a></code></td> -<td class="colLast"><code>"main"</code></td> -</tr> -<tr class="rowColor"> -<td class="colFirst"><a name="at.gv.egiz.pdfas.lib.api.IConfigurationConstants.MOA_SIGN_URL"> -<!-- --> -</a><code>public static final <a href="http://java.sun.com/j2se/1.5.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td> -<td><code><a href="at/gv/egiz/pdfas/lib/api/IConfigurationConstants.html#MOA_SIGN_URL">MOA_SIGN_URL</a></code></td> -<td class="colLast"><code>"moa.sign.url"</code></td> -</tr> -<tr class="altColor"> -<td class="colFirst"><a name="at.gv.egiz.pdfas.lib.api.IConfigurationConstants.MOA_SS_KEY_CERTIFICATE"> -<!-- --> -</a><code>public static final <a href="http://java.sun.com/j2se/1.5.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td> -<td><code><a href="at/gv/egiz/pdfas/lib/api/IConfigurationConstants.html#MOA_SS_KEY_CERTIFICATE">MOA_SS_KEY_CERTIFICATE</a></code></td> -<td class="colLast"><code>"moa.sign.Certificate"</code></td> -</tr> -<tr class="rowColor"> -<td class="colFirst"><a name="at.gv.egiz.pdfas.lib.api.IConfigurationConstants.MOA_SS_KEY_IDENTIFIER"> -<!-- --> -</a><code>public static final <a href="http://java.sun.com/j2se/1.5.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td> -<td><code><a href="at/gv/egiz/pdfas/lib/api/IConfigurationConstants.html#MOA_SS_KEY_IDENTIFIER">MOA_SS_KEY_IDENTIFIER</a></code></td> -<td class="colLast"><code>"moa.sign.KeyIdentifier"</code></td> -</tr> -<tr class="altColor"> -<td class="colFirst"><a name="at.gv.egiz.pdfas.lib.api.IConfigurationConstants.MOA_TRUSTPROFILE_ID"> -<!-- --> -</a><code>public static final <a href="http://java.sun.com/j2se/1.5.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td> -<td><code><a href="at/gv/egiz/pdfas/lib/api/IConfigurationConstants.html#MOA_TRUSTPROFILE_ID">MOA_TRUSTPROFILE_ID</a></code></td> -<td class="colLast"><code>"moa.verify.TrustProfileID"</code></td> -</tr> -<tr class="rowColor"> -<td class="colFirst"><a name="at.gv.egiz.pdfas.lib.api.IConfigurationConstants.MOA_VERIFY_URL"> -<!-- --> -</a><code>public static final <a href="http://java.sun.com/j2se/1.5.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td> -<td><code><a href="at/gv/egiz/pdfas/lib/api/IConfigurationConstants.html#MOA_VERIFY_URL">MOA_VERIFY_URL</a></code></td> -<td class="colLast"><code>"moa.verify.url"</code></td> -</tr> -<tr class="altColor"> -<td class="colFirst"><a name="at.gv.egiz.pdfas.lib.api.IConfigurationConstants.PLACEHOLDER_SEARCH_ENABLED"> -<!-- --> -</a><code>public static final <a href="http://java.sun.com/j2se/1.5.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td> -<td><code><a href="at/gv/egiz/pdfas/lib/api/IConfigurationConstants.html#PLACEHOLDER_SEARCH_ENABLED">PLACEHOLDER_SEARCH_ENABLED</a></code></td> -<td class="colLast"><code>"enable_placeholder_search"</code></td> -</tr> -<tr class="rowColor"> -<td class="colFirst"><a name="at.gv.egiz.pdfas.lib.api.IConfigurationConstants.POS"> -<!-- --> -</a><code>public static final <a href="http://java.sun.com/j2se/1.5.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td> -<td><code><a href="at/gv/egiz/pdfas/lib/api/IConfigurationConstants.html#POS">POS</a></code></td> -<td class="colLast"><code>"pos"</code></td> -</tr> -<tr class="altColor"> -<td class="colFirst"><a name="at.gv.egiz.pdfas.lib.api.IConfigurationConstants.SEPERATOR"> -<!-- --> -</a><code>public static final <a href="http://java.sun.com/j2se/1.5.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td> -<td><code><a href="at/gv/egiz/pdfas/lib/api/IConfigurationConstants.html#SEPERATOR">SEPERATOR</a></code></td> -<td class="colLast"><code>"."</code></td> -</tr> -<tr class="rowColor"> -<td class="colFirst"><a name="at.gv.egiz.pdfas.lib.api.IConfigurationConstants.SIG_OBJECT"> -<!-- --> -</a><code>public static final <a href="http://java.sun.com/j2se/1.5.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td> -<td><code><a href="at/gv/egiz/pdfas/lib/api/IConfigurationConstants.html#SIG_OBJECT">SIG_OBJECT</a></code></td> -<td class="colLast"><code>"sig_obj"</code></td> -</tr> -<tr class="altColor"> -<td class="colFirst"><a name="at.gv.egiz.pdfas.lib.api.IConfigurationConstants.SIG_OBJECT_PREFIX"> -<!-- --> -</a><code>public static final <a href="http://java.sun.com/j2se/1.5.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td> -<td><code><a href="at/gv/egiz/pdfas/lib/api/IConfigurationConstants.html#SIG_OBJECT_PREFIX">SIG_OBJECT_PREFIX</a></code></td> -<td class="colLast"><code>"sig_obj."</code></td> -</tr> -<tr class="rowColor"> -<td class="colFirst"><a name="at.gv.egiz.pdfas.lib.api.IConfigurationConstants.TABLE"> -<!-- --> -</a><code>public static final <a href="http://java.sun.com/j2se/1.5.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td> -<td><code><a href="at/gv/egiz/pdfas/lib/api/IConfigurationConstants.html#TABLE">TABLE</a></code></td> -<td class="colLast"><code>"table"</code></td> -</tr> -<tr class="altColor"> -<td class="colFirst"><a name="at.gv.egiz.pdfas.lib.api.IConfigurationConstants.TRUE"> -<!-- --> -</a><code>public static final <a href="http://java.sun.com/j2se/1.5.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td> -<td><code><a href="at/gv/egiz/pdfas/lib/api/IConfigurationConstants.html#TRUE">TRUE</a></code></td> -<td class="colLast"><code>"true"</code></td> -</tr> -<tr class="rowColor"> -<td class="colFirst"><a name="at.gv.egiz.pdfas.lib.api.IConfigurationConstants.TYPE"> -<!-- --> -</a><code>public static final <a href="http://java.sun.com/j2se/1.5.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td> -<td><code><a href="at/gv/egiz/pdfas/lib/api/IConfigurationConstants.html#TYPE">TYPE</a></code></td> -<td class="colLast"><code>"type"</code></td> -</tr> -</tbody> -</table> -</li> -</ul> -<ul class="blockList"> -<li class="blockList"> -<table border="0" cellpadding="3" cellspacing="0" summary="Constant Field Values table, listing constant fields, and values"> -<caption><span>at.gv.egiz.pdfas.lib.impl.placeholder.<a href="at/gv/egiz/pdfas/lib/impl/placeholder/SignaturePlaceholderData.html" title="class in at.gv.egiz.pdfas.lib.impl.placeholder">SignaturePlaceholderData</a></span><span class="tabEnd"> </span></caption> -<tr> -<th class="colFirst" scope="col">Modifier and Type</th> -<th scope="col">Constant Field</th> -<th class="colLast" scope="col">Value</th> -</tr> -<tbody> -<tr class="altColor"> -<td class="colFirst"><a name="at.gv.egiz.pdfas.lib.impl.placeholder.SignaturePlaceholderData.ID_KEY"> -<!-- --> -</a><code>public static final <a href="http://java.sun.com/j2se/1.5.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td> -<td><code><a href="at/gv/egiz/pdfas/lib/impl/placeholder/SignaturePlaceholderData.html#ID_KEY">ID_KEY</a></code></td> -<td class="colLast"><code>"id"</code></td> -</tr> -<tr class="rowColor"> -<td class="colFirst"><a name="at.gv.egiz.pdfas.lib.impl.placeholder.SignaturePlaceholderData.PROFILE_KEY"> -<!-- --> -</a><code>public static final <a href="http://java.sun.com/j2se/1.5.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td> -<td><code><a href="at/gv/egiz/pdfas/lib/impl/placeholder/SignaturePlaceholderData.html#PROFILE_KEY">PROFILE_KEY</a></code></td> -<td class="colLast"><code>"profile"</code></td> -</tr> -<tr class="altColor"> -<td class="colFirst"><a name="at.gv.egiz.pdfas.lib.impl.placeholder.SignaturePlaceholderData.SIG_KEY_KEY"> -<!-- --> -</a><code>public static final <a href="http://java.sun.com/j2se/1.5.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td> -<td><code><a href="at/gv/egiz/pdfas/lib/impl/placeholder/SignaturePlaceholderData.html#SIG_KEY_KEY">SIG_KEY_KEY</a></code></td> -<td class="colLast"><code>"key"</code></td> -</tr> -<tr class="rowColor"> -<td class="colFirst"><a name="at.gv.egiz.pdfas.lib.impl.placeholder.SignaturePlaceholderData.TYPE_KEY"> -<!-- --> -</a><code>public static final <a href="http://java.sun.com/j2se/1.5.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td> -<td><code><a href="at/gv/egiz/pdfas/lib/impl/placeholder/SignaturePlaceholderData.html#TYPE_KEY">TYPE_KEY</a></code></td> -<td class="colLast"><code>"type"</code></td> -</tr> -</tbody> -</table> -</li> -<li class="blockList"> -<table border="0" cellpadding="3" cellspacing="0" summary="Constant Field Values table, listing constant fields, and values"> -<caption><span>at.gv.egiz.pdfas.lib.impl.placeholder.<a href="at/gv/egiz/pdfas/lib/impl/placeholder/SignaturePlaceholderExtractor.html" title="class in at.gv.egiz.pdfas.lib.impl.placeholder">SignaturePlaceholderExtractor</a></span><span class="tabEnd"> </span></caption> -<tr> -<th class="colFirst" scope="col">Modifier and Type</th> -<th scope="col">Constant Field</th> -<th class="colLast" scope="col">Value</th> -</tr> -<tbody> -<tr class="altColor"> -<td class="colFirst"><a name="at.gv.egiz.pdfas.lib.impl.placeholder.SignaturePlaceholderExtractor.PLACEHOLDER_MATCH_MODE_LENIENT"> -<!-- --> -</a><code>public static final int</code></td> -<td><code><a href="at/gv/egiz/pdfas/lib/impl/placeholder/SignaturePlaceholderExtractor.html#PLACEHOLDER_MATCH_MODE_LENIENT">PLACEHOLDER_MATCH_MODE_LENIENT</a></code></td> -<td class="colLast"><code>2</code></td> -</tr> -<tr class="rowColor"> -<td class="colFirst"><a name="at.gv.egiz.pdfas.lib.impl.placeholder.SignaturePlaceholderExtractor.PLACEHOLDER_MATCH_MODE_MODERATE"> -<!-- --> -</a><code>public static final int</code></td> -<td><code><a href="at/gv/egiz/pdfas/lib/impl/placeholder/SignaturePlaceholderExtractor.html#PLACEHOLDER_MATCH_MODE_MODERATE">PLACEHOLDER_MATCH_MODE_MODERATE</a></code></td> -<td class="colLast"><code>1</code></td> -</tr> -<tr class="altColor"> -<td class="colFirst"><a name="at.gv.egiz.pdfas.lib.impl.placeholder.SignaturePlaceholderExtractor.PLACEHOLDER_MATCH_MODE_STRICT"> -<!-- --> -</a><code>public static final int</code></td> -<td><code><a href="at/gv/egiz/pdfas/lib/impl/placeholder/SignaturePlaceholderExtractor.html#PLACEHOLDER_MATCH_MODE_STRICT">PLACEHOLDER_MATCH_MODE_STRICT</a></code></td> -<td class="colLast"><code>0</code></td> -</tr> -<tr class="rowColor"> -<td class="colFirst"><a name="at.gv.egiz.pdfas.lib.impl.placeholder.SignaturePlaceholderExtractor.QR_PLACEHOLDER_IDENTIFIER"> -<!-- --> -</a><code>public static final <a href="http://java.sun.com/j2se/1.5.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td> -<td><code><a href="at/gv/egiz/pdfas/lib/impl/placeholder/SignaturePlaceholderExtractor.html#QR_PLACEHOLDER_IDENTIFIER">QR_PLACEHOLDER_IDENTIFIER</a></code></td> -<td class="colLast"><code>"PDF-AS-POS"</code></td> -</tr> -</tbody> -</table> -</li> -</ul> -<ul class="blockList"> -<li class="blockList"> -<table border="0" cellpadding="3" cellspacing="0" summary="Constant Field Values table, listing constant fields, and values"> -<caption><span>at.gv.egiz.pdfas.lib.impl.positioning.<a href="at/gv/egiz/pdfas/lib/impl/positioning/Positioning.html" title="class in at.gv.egiz.pdfas.lib.impl.positioning">Positioning</a></span><span class="tabEnd"> </span></caption> -<tr> -<th class="colFirst" scope="col">Modifier and Type</th> -<th scope="col">Constant Field</th> -<th class="colLast" scope="col">Value</th> -</tr> -<tbody> -<tr class="altColor"> -<td class="colFirst"><a name="at.gv.egiz.pdfas.lib.impl.positioning.Positioning.SIGNATURE_MARGIN_HORIZONTAL"> -<!-- --> -</a><code>public static final float</code></td> -<td><code><a href="at/gv/egiz/pdfas/lib/impl/positioning/Positioning.html#SIGNATURE_MARGIN_HORIZONTAL">SIGNATURE_MARGIN_HORIZONTAL</a></code></td> -<td class="colLast"><code>50.0f</code></td> -</tr> -<tr class="rowColor"> -<td class="colFirst"><a name="at.gv.egiz.pdfas.lib.impl.positioning.Positioning.SIGNATURE_MARGIN_VERTICAL"> -<!-- --> -</a><code>public static final float</code></td> -<td><code><a href="at/gv/egiz/pdfas/lib/impl/positioning/Positioning.html#SIGNATURE_MARGIN_VERTICAL">SIGNATURE_MARGIN_VERTICAL</a></code></td> -<td class="colLast"><code>20.0f</code></td> -</tr> -</tbody> -</table> -</li> -</ul> -<ul class="blockList"> -<li class="blockList"> -<table border="0" cellpadding="3" cellspacing="0" summary="Constant Field Values table, listing constant fields, and values"> -<caption><span>at.gv.egiz.pdfas.lib.impl.stamping.<a href="at/gv/egiz/pdfas/lib/impl/stamping/StamperFactory.html" title="class in at.gv.egiz.pdfas.lib.impl.stamping">StamperFactory</a></span><span class="tabEnd"> </span></caption> -<tr> -<th class="colFirst" scope="col">Modifier and Type</th> -<th scope="col">Constant Field</th> -<th class="colLast" scope="col">Value</th> -</tr> -<tbody> -<tr class="altColor"> -<td class="colFirst"><a name="at.gv.egiz.pdfas.lib.impl.stamping.StamperFactory.DEFAULT_STAMPER_CLASS"> -<!-- --> -</a><code>public static final <a href="http://java.sun.com/j2se/1.5.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td> -<td><code><a href="at/gv/egiz/pdfas/lib/impl/stamping/StamperFactory.html#DEFAULT_STAMPER_CLASS">DEFAULT_STAMPER_CLASS</a></code></td> -<td class="colLast"><code>"at.gv.egiz.pdfas.lib.impl.stamping.pdfbox.PdfBoxStamper"</code></td> -</tr> -</tbody> -</table> -</li> -<li class="blockList"> -<table border="0" cellpadding="3" cellspacing="0" summary="Constant Field Values table, listing constant fields, and values"> -<caption><span>at.gv.egiz.pdfas.lib.impl.stamping.<a href="at/gv/egiz/pdfas/lib/impl/stamping/ValueResolver.html" title="class in at.gv.egiz.pdfas.lib.impl.stamping">ValueResolver</a></span><span class="tabEnd"> </span></caption> -<tr> -<th class="colFirst" scope="col">Modifier and Type</th> -<th scope="col">Constant Field</th> -<th class="colLast" scope="col">Value</th> -</tr> -<tbody> -<tr class="altColor"> -<td class="colFirst"><a name="at.gv.egiz.pdfas.lib.impl.stamping.ValueResolver.defaultDateFormat"> -<!-- --> -</a><code>public static final <a href="http://java.sun.com/j2se/1.5.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td> -<td><code><a href="at/gv/egiz/pdfas/lib/impl/stamping/ValueResolver.html#defaultDateFormat">defaultDateFormat</a></code></td> -<td class="colLast"><code>"yyyy-MM-dd\'T\'HH:mm:ss.SSS\'Z\'"</code></td> -</tr> -<tr class="rowColor"> -<td class="colFirst"><a name="at.gv.egiz.pdfas.lib.impl.stamping.ValueResolver.EXP_END"> -<!-- --> -</a><code>public static final <a href="http://java.sun.com/j2se/1.5.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td> -<td><code><a href="at/gv/egiz/pdfas/lib/impl/stamping/ValueResolver.html#EXP_END">EXP_END</a></code></td> -<td class="colLast"><code>"}"</code></td> -</tr> -<tr class="altColor"> -<td class="colFirst"><a name="at.gv.egiz.pdfas.lib.impl.stamping.ValueResolver.EXP_START"> -<!-- --> -</a><code>public static final <a href="http://java.sun.com/j2se/1.5.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td> -<td><code><a href="at/gv/egiz/pdfas/lib/impl/stamping/ValueResolver.html#EXP_START">EXP_START</a></code></td> -<td class="colLast"><code>"${"</code></td> -</tr> -<tr class="rowColor"> -<td class="colFirst"><a name="at.gv.egiz.pdfas.lib.impl.stamping.ValueResolver.PatternRegex"> -<!-- --> -</a><code>public static final <a href="http://java.sun.com/j2se/1.5.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td> -<td><code><a href="at/gv/egiz/pdfas/lib/impl/stamping/ValueResolver.html#PatternRegex">PatternRegex</a></code></td> -<td class="colLast"><code>"\\$(\\{[^\\$]*\\})"</code></td> -</tr> -</tbody> -</table> -</li> -</ul> -<ul class="blockList"> -<li class="blockList"> -<table border="0" cellpadding="3" cellspacing="0" summary="Constant Field Values table, listing constant fields, and values"> -<caption><span>at.gv.egiz.pdfas.lib.impl.stamping.pdfbox.<a href="at/gv/egiz/pdfas/lib/impl/stamping/pdfbox/TableDrawUtils.html" title="class in at.gv.egiz.pdfas.lib.impl.stamping.pdfbox">TableDrawUtils</a></span><span class="tabEnd"> </span></caption> -<tr> -<th class="colFirst" scope="col">Modifier and Type</th> -<th scope="col">Constant Field</th> -<th class="colLast" scope="col">Value</th> -</tr> -<tbody> -<tr class="altColor"> -<td class="colFirst"><a name="at.gv.egiz.pdfas.lib.impl.stamping.pdfbox.TableDrawUtils.TABLE_DEBUG"> -<!-- --> -</a><code>public static final <a href="http://java.sun.com/j2se/1.5.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td> -<td><code><a href="at/gv/egiz/pdfas/lib/impl/stamping/pdfbox/TableDrawUtils.html#TABLE_DEBUG">TABLE_DEBUG</a></code></td> -<td class="colLast"><code>"debug.table"</code></td> -</tr> -</tbody> -</table> -</li> -</ul> -<ul class="blockList"> -<li class="blockList"> -<table border="0" cellpadding="3" cellspacing="0" summary="Constant Field Values table, listing constant fields, and values"> -<caption><span>at.gv.egiz.pdfas.lib.impl.verify.<a href="at/gv/egiz/pdfas/lib/impl/verify/VerifierDispatcher.html" title="class in at.gv.egiz.pdfas.lib.impl.verify">VerifierDispatcher</a></span><span class="tabEnd"> </span></caption> -<tr> -<th class="colFirst" scope="col">Modifier and Type</th> -<th scope="col">Constant Field</th> -<th class="colLast" scope="col">Value</th> -</tr> -<tbody> -<tr class="altColor"> -<td class="colFirst"><a name="at.gv.egiz.pdfas.lib.impl.verify.VerifierDispatcher.CONF_VERIFIER"> -<!-- --> -</a><code>public static final <a href="http://java.sun.com/j2se/1.5.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td> -<td><code><a href="at/gv/egiz/pdfas/lib/impl/verify/VerifierDispatcher.html#CONF_VERIFIER">CONF_VERIFIER</a></code></td> -<td class="colLast"><code>"default.verifier"</code></td> -</tr> -<tr class="rowColor"> -<td class="colFirst"><a name="at.gv.egiz.pdfas.lib.impl.verify.VerifierDispatcher.CONF_VERIFIER_LIST"> -<!-- --> -</a><code>public static final <a href="http://java.sun.com/j2se/1.5.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td> -<td><code><a href="at/gv/egiz/pdfas/lib/impl/verify/VerifierDispatcher.html#CONF_VERIFIER_LIST">CONF_VERIFIER_LIST</a></code></td> -<td class="colLast"><code>"verifier.classes"</code></td> -</tr> -<tr class="altColor"> -<td class="colFirst"><a name="at.gv.egiz.pdfas.lib.impl.verify.VerifierDispatcher.CONF_VERIFIER_SEP"> -<!-- --> -</a><code>public static final <a href="http://java.sun.com/j2se/1.5.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td> -<td><code><a href="at/gv/egiz/pdfas/lib/impl/verify/VerifierDispatcher.html#CONF_VERIFIER_SEP">CONF_VERIFIER_SEP</a></code></td> -<td class="colLast"><code>";"</code></td> -</tr> -</tbody> -</table> -</li> -</ul> -<ul class="blockList"> -<li class="blockList"> -<table border="0" cellpadding="3" cellspacing="0" summary="Constant Field Values table, listing constant fields, and values"> -<caption><span>at.gv.egiz.sl.util.<a href="at/gv/egiz/sl/util/BaseSLConnector.html" title="class in at.gv.egiz.sl.util">BaseSLConnector</a></span><span class="tabEnd"> </span></caption> -<tr> -<th class="colFirst" scope="col">Modifier and Type</th> -<th scope="col">Constant Field</th> -<th class="colLast" scope="col">Value</th> -</tr> -<tbody> -<tr class="altColor"> -<td class="colFirst"><a name="at.gv.egiz.sl.util.BaseSLConnector.DETACHED"> -<!-- --> -</a><code>public static final <a href="http://java.sun.com/j2se/1.5.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td> -<td><code><a href="at/gv/egiz/sl/util/BaseSLConnector.html#DETACHED">DETACHED</a></code></td> -<td class="colLast"><code>"detached"</code></td> -</tr> -<tr class="rowColor"> -<td class="colFirst"><a name="at.gv.egiz.sl.util.BaseSLConnector.PDF_MIME_TYPE"> -<!-- --> -</a><code>public static final <a href="http://java.sun.com/j2se/1.5.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td> -<td><code><a href="at/gv/egiz/sl/util/BaseSLConnector.html#PDF_MIME_TYPE">PDF_MIME_TYPE</a></code></td> -<td class="colLast"><code>"application/pdf"</code></td> -</tr> -<tr class="altColor"> -<td class="colFirst"><a name="at.gv.egiz.sl.util.BaseSLConnector.PDF_MIME_TYPE_DESC"> -<!-- --> -</a><code>public static final <a href="http://java.sun.com/j2se/1.5.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td> -<td><code><a href="at/gv/egiz/sl/util/BaseSLConnector.html#PDF_MIME_TYPE_DESC">PDF_MIME_TYPE_DESC</a></code></td> -<td class="colLast"><code>"Adobe PDF-File"</code></td> -</tr> -<tr class="rowColor"> -<td class="colFirst"><a name="at.gv.egiz.sl.util.BaseSLConnector.SecureSignatureKeypair"> -<!-- --> -</a><code>public static final <a href="http://java.sun.com/j2se/1.5.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td> -<td><code><a href="at/gv/egiz/sl/util/BaseSLConnector.html#SecureSignatureKeypair">SecureSignatureKeypair</a></code></td> -<td class="colLast"><code>"SecureSignatureKeypair"</code></td> -</tr> -<tr class="altColor"> -<td class="colFirst"><a name="at.gv.egiz.sl.util.BaseSLConnector.XMLREQUEST"> -<!-- --> -</a><code>public static final <a href="http://java.sun.com/j2se/1.5.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td> -<td><code><a href="at/gv/egiz/sl/util/BaseSLConnector.html#XMLREQUEST">XMLREQUEST</a></code></td> -<td class="colLast"><code>"XMLRequest"</code></td> -</tr> -</tbody> -</table> -</li> -<li class="blockList"> -<table border="0" cellpadding="3" cellspacing="0" summary="Constant Field Values table, listing constant fields, and values"> -<caption><span>at.gv.egiz.sl.util.<a href="at/gv/egiz/sl/util/BKUSLConnector.html" title="class in at.gv.egiz.sl.util">BKUSLConnector</a></span><span class="tabEnd"> </span></caption> -<tr> -<th class="colFirst" scope="col">Modifier and Type</th> -<th scope="col">Constant Field</th> -<th class="colLast" scope="col">Value</th> -</tr> -<tbody> -<tr class="altColor"> -<td class="colFirst"><a name="at.gv.egiz.sl.util.BKUSLConnector.CONFIG_BKU_URL"> -<!-- --> -</a><code>public static final <a href="http://java.sun.com/j2se/1.5.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td> -<td><code><a href="at/gv/egiz/sl/util/BKUSLConnector.html#CONFIG_BKU_URL">CONFIG_BKU_URL</a></code></td> -<td class="colLast"><code>"bku.sign.url"</code></td> -</tr> -</tbody> -</table> -</li> -<li class="blockList"> -<table border="0" cellpadding="3" cellspacing="0" summary="Constant Field Values table, listing constant fields, and values"> -<caption><span>at.gv.egiz.sl.util.<a href="at/gv/egiz/sl/util/ISignatureConnectorSLWrapper.html" title="class in at.gv.egiz.sl.util">ISignatureConnectorSLWrapper</a></span><span class="tabEnd"> </span></caption> -<tr> -<th class="colFirst" scope="col">Modifier and Type</th> -<th scope="col">Constant Field</th> -<th class="colLast" scope="col">Value</th> -</tr> -<tbody> -<tr class="altColor"> -<td class="colFirst"><a name="at.gv.egiz.sl.util.ISignatureConnectorSLWrapper.SL_USE_BASE64"> -<!-- --> -</a><code>public static final <a href="http://java.sun.com/j2se/1.5.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td> -<td><code><a href="at/gv/egiz/sl/util/ISignatureConnectorSLWrapper.html#SL_USE_BASE64">SL_USE_BASE64</a></code></td> -<td class="colLast"><code>""</code></td> -</tr> -</tbody> -</table> -</li> -<li class="blockList"> -<table border="0" cellpadding="3" cellspacing="0" summary="Constant Field Values table, listing constant fields, and values"> -<caption><span>at.gv.egiz.sl.util.<a href="at/gv/egiz/sl/util/MOAConnector.html" title="class in at.gv.egiz.sl.util">MOAConnector</a></span><span class="tabEnd"> </span></caption> -<tr> -<th class="colFirst" scope="col">Modifier and Type</th> -<th scope="col">Constant Field</th> -<th class="colLast" scope="col">Value</th> -</tr> -<tbody> -<tr class="altColor"> -<td class="colFirst"><a name="at.gv.egiz.sl.util.MOAConnector.CMS_REQUEST"> -<!-- --> -</a><code>public static final <a href="http://java.sun.com/j2se/1.5.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td> -<td><code><a href="at/gv/egiz/sl/util/MOAConnector.html#CMS_REQUEST">CMS_REQUEST</a></code></td> -<td class="colLast"><code>"<soapenv:Envelope xmlns:soapenv=\"http://schemas.xmlsoap.org/soap/envelope/\" xmlns:ns=\"http://reference.e-government.gv.at/namespace/moa/20020822#\"><soapenv:Header/><soapenv:Body><ns:CreateCMSSignatureRequest><ns:KeyIdentifier>##KEYID##</ns:KeyIdentifier><ns:SingleSignatureInfo SecurityLayerConformity=\"true\"><ns:DataObjectInfo Structure=\"detached\"><ns:DataObject><ns:MetaInfo><ns:MimeType>application/pdf</ns:MimeType></ns:MetaInfo><ns:Content><ns:Base64Content>##CONTENT##</ns:Base64Content></ns:Content></ns:DataObject></ns:DataObjectInfo></ns:SingleSignatureInfo></ns:CreateCMSSignatureRequest></soapenv:Body></soapenv:Envelope>"</code></td> -</tr> -<tr class="rowColor"> -<td class="colFirst"><a name="at.gv.egiz.sl.util.MOAConnector.CMSSIGNATURE"> -<!-- --> -</a><code>public static final <a href="http://java.sun.com/j2se/1.5.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td> -<td><code><a href="at/gv/egiz/sl/util/MOAConnector.html#CMSSIGNATURE">CMSSIGNATURE</a></code></td> -<td class="colLast"><code>"CMSSignature"</code></td> -</tr> -<tr class="altColor"> -<td class="colFirst"><a name="at.gv.egiz.sl.util.MOAConnector.CONTENT_PATTERN"> -<!-- --> -</a><code>public static final <a href="http://java.sun.com/j2se/1.5.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td> -<td><code><a href="at/gv/egiz/sl/util/MOAConnector.html#CONTENT_PATTERN">CONTENT_PATTERN</a></code></td> -<td class="colLast"><code>"##CONTENT##"</code></td> -</tr> -<tr class="rowColor"> -<td class="colFirst"><a name="at.gv.egiz.sl.util.MOAConnector.ERRORCODE"> -<!-- --> -</a><code>public static final <a href="http://java.sun.com/j2se/1.5.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td> -<td><code><a href="at/gv/egiz/sl/util/MOAConnector.html#ERRORCODE">ERRORCODE</a></code></td> -<td class="colLast"><code>"ErrorCode"</code></td> -</tr> -<tr class="altColor"> -<td class="colFirst"><a name="at.gv.egiz.sl.util.MOAConnector.ERRORRESPONSE"> -<!-- --> -</a><code>public static final <a href="http://java.sun.com/j2se/1.5.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td> -<td><code><a href="at/gv/egiz/sl/util/MOAConnector.html#ERRORRESPONSE">ERRORRESPONSE</a></code></td> -<td class="colLast"><code>"ErrorResponse"</code></td> -</tr> -<tr class="rowColor"> -<td class="colFirst"><a name="at.gv.egiz.sl.util.MOAConnector.FAULTCODE"> -<!-- --> -</a><code>public static final <a href="http://java.sun.com/j2se/1.5.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td> -<td><code><a href="at/gv/egiz/sl/util/MOAConnector.html#FAULTCODE">FAULTCODE</a></code></td> -<td class="colLast"><code>"faultcode"</code></td> -</tr> -<tr class="altColor"> -<td class="colFirst"><a name="at.gv.egiz.sl.util.MOAConnector.FAULTSTRING"> -<!-- --> -</a><code>public static final <a href="http://java.sun.com/j2se/1.5.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td> -<td><code><a href="at/gv/egiz/sl/util/MOAConnector.html#FAULTSTRING">FAULTSTRING</a></code></td> -<td class="colLast"><code>"faultstring"</code></td> -</tr> -<tr class="rowColor"> -<td class="colFirst"><a name="at.gv.egiz.sl.util.MOAConnector.KEY_ID_PATTERN"> -<!-- --> -</a><code>public static final <a href="http://java.sun.com/j2se/1.5.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td> -<td><code><a href="at/gv/egiz/sl/util/MOAConnector.html#KEY_ID_PATTERN">KEY_ID_PATTERN</a></code></td> -<td class="colLast"><code>"##KEYID##"</code></td> -</tr> -<tr class="altColor"> -<td class="colFirst"><a name="at.gv.egiz.sl.util.MOAConnector.MOA_SIGN_CERTIFICATE"> -<!-- --> -</a><code>public static final <a href="http://java.sun.com/j2se/1.5.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td> -<td><code><a href="at/gv/egiz/sl/util/MOAConnector.html#MOA_SIGN_CERTIFICATE">MOA_SIGN_CERTIFICATE</a></code></td> -<td class="colLast"><code>"moa.sign.Certificate"</code></td> -</tr> -<tr class="rowColor"> -<td class="colFirst"><a name="at.gv.egiz.sl.util.MOAConnector.MOA_SIGN_KEY_ID"> -<!-- --> -</a><code>public static final <a href="http://java.sun.com/j2se/1.5.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td> -<td><code><a href="at/gv/egiz/sl/util/MOAConnector.html#MOA_SIGN_KEY_ID">MOA_SIGN_KEY_ID</a></code></td> -<td class="colLast"><code>"moa.sign.KeyIdentifier"</code></td> -</tr> -<tr class="altColor"> -<td class="colFirst"><a name="at.gv.egiz.sl.util.MOAConnector.MOA_SIGN_URL"> -<!-- --> -</a><code>public static final <a href="http://java.sun.com/j2se/1.5.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td> -<td><code><a href="at/gv/egiz/sl/util/MOAConnector.html#MOA_SIGN_URL">MOA_SIGN_URL</a></code></td> -<td class="colLast"><code>"moa.sign.url"</code></td> -</tr> -</tbody> -</table> -</li> -</ul> -</div> -<!-- ======= 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>Package</li> -<li>Class</li> -<li>Use</li> -<li><a href="overview-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>Prev</li> -<li>Next</li> -</ul> -<ul class="navList"> -<li><a href="index.html?constant-values.html" target="_top">Frames</a></li> -<li><a href="constant-values.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> -<a name="skip-navbar_bottom"> -<!-- --> -</a></div> -<!-- ======== END OF BOTTOM NAVBAR ======= --> -</body> -</html> |