You are viewing a plain text version of this content. The canonical link for it is here.
Posted to site-commits@maven.apache.org by rf...@apache.org on 2018/10/26 10:26:58 UTC

svn commit: r1844890 [7/32] - in /maven/website/components/shared-archives/maven-jarsigner-LATEST: ./ apidocs/ apidocs/org/apache/maven/shared/jarsigner/ apidocs/org/apache/maven/shared/jarsigner/class-use/ apidocs/resources/ css/ fonts/ images/ images...

Modified: maven/website/components/shared-archives/maven-jarsigner-LATEST/apidocs/org/apache/maven/shared/jarsigner/JarSignerRequest.html
==============================================================================
--- maven/website/components/shared-archives/maven-jarsigner-LATEST/apidocs/org/apache/maven/shared/jarsigner/JarSignerRequest.html (original)
+++ maven/website/components/shared-archives/maven-jarsigner-LATEST/apidocs/org/apache/maven/shared/jarsigner/JarSignerRequest.html Fri Oct 26 10:26:57 2018
@@ -1,660 +1,755 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
-<!-- NewPage -->
-<html lang="en">
-<head>
-<meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
-<title>JarSignerRequest (Apache Maven Jarsigner 1.4 API)</title>
-<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="JarSignerRequest (Apache Maven Jarsigner 1.4 API)";
-    }
-//-->
-</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="../../../../../org/apache/maven/shared/jarsigner/package-summary.html">Package</a></li>
-<li class="navBarCell1Rev">Class</li>
-<li><a href="class-use/JarSignerRequest.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>
-<div class="subNav">
-<ul class="navList">
-<li><a href="../../../../../org/apache/maven/shared/jarsigner/JarSignerCommandLineBuilder.html" title="class in org.apache.maven.shared.jarsigner"><span class="strong">Prev Class</span></a></li>
-<li><a href="../../../../../org/apache/maven/shared/jarsigner/JarSignerSignRequest.html" title="class in org.apache.maven.shared.jarsigner"><span class="strong">Next Class</span></a></li>
-</ul>
-<ul class="navList">
-<li><a href="../../../../../index.html?org/apache/maven/shared/jarsigner/JarSignerRequest.html" target="_top">Frames</a></li>
-<li><a href="JarSignerRequest.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:&nbsp;</li>
-<li>Nested&nbsp;|&nbsp;</li>
-<li>Field&nbsp;|&nbsp;</li>
-<li>Constr&nbsp;|&nbsp;</li>
-<li><a href="#method_summary">Method</a></li>
-</ul>
-<ul class="subNavList">
-<li>Detail:&nbsp;</li>
-<li>Field&nbsp;|&nbsp;</li>
-<li>Constr&nbsp;|&nbsp;</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">org.apache.maven.shared.jarsigner</div>
-<h2 title="Interface JarSignerRequest" class="title">Interface JarSignerRequest</h2>
-</div>
-<div class="contentContainer">
-<div class="description">
-<ul class="blockList">
-<li class="blockList">
-<dl>
-<dt>All Superinterfaces:</dt>
-<dd><a href="http://maven.apache.org/shared/maven-shared-utils/apidocs/org/apache/maven/shared/utils/cli/javatool/JavaToolRequest.html?is-external=true" title="class or interface in org.apache.maven.shared.utils.cli.javatool">JavaToolRequest</a></dd>
-</dl>
-<dl>
-<dt>All Known Implementing Classes:</dt>
-<dd><a href="../../../../../org/apache/maven/shared/jarsigner/AbstractJarSignerRequest.html" title="class in org.apache.maven.shared.jarsigner">AbstractJarSignerRequest</a>, <a href="../../../../../org/apache/maven/shared/jarsigner/JarSignerSignRequest.html" title="class in org.apache.maven.shared.jarsigner">JarSignerSignRequest</a>, <a href="../../../../../org/apache/maven/shared/jarsigner/JarSignerVerifyRequest.html" title="class in org.apache.maven.shared.jarsigner">JarSignerVerifyRequest</a></dd>
-</dl>
-<hr>
-<br>
-<pre>public interface <span class="strong">JarSignerRequest</span>
-extends <a href="http://maven.apache.org/shared/maven-shared-utils/apidocs/org/apache/maven/shared/utils/cli/javatool/JavaToolRequest.html?is-external=true" title="class or interface in org.apache.maven.shared.utils.cli.javatool">JavaToolRequest</a></pre>
-<div class="block">Specifies the common parameters used to control a JarSigner tool invocation.</div>
-<dl><dt><span class="strong">Since:</span></dt>
-  <dd>1.0</dd>
-<dt><span class="strong">Version:</span></dt>
-  <dd>$Id: JarSignerRequest.java 1635394 2014-10-30 05:57:36Z hboutemy $</dd>
-<dt><span class="strong">Author:</span></dt>
-  <dd>tchemit <ch...@codelutin.com></dd></dl>
-</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">&nbsp;</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="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
-<td class="colLast"><code><strong><a href="../../../../../org/apache/maven/shared/jarsigner/JarSignerRequest.html#getAlias()">getAlias</a></strong>()</code>
-<div class="block">Gets the value of the <code>alias</code> field.</div>
-</td>
-</tr>
-<tr class="rowColor">
-<td class="colFirst"><code><a href="http://docs.oracle.com/javase/7/docs/api/java/io/File.html?is-external=true" title="class or interface in java.io">File</a></code></td>
-<td class="colLast"><code><strong><a href="../../../../../org/apache/maven/shared/jarsigner/JarSignerRequest.html#getArchive()">getArchive</a></strong>()</code>
-<div class="block">Gets the value of the <code>archive</code> field.</div>
-</td>
-</tr>
-<tr class="altColor">
-<td class="colFirst"><code><a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>[]</code></td>
-<td class="colLast"><code><strong><a href="../../../../../org/apache/maven/shared/jarsigner/JarSignerRequest.html#getArguments()">getArguments</a></strong>()</code>
-<div class="block">Gets the value of the <code>maxMemory</code> field.</div>
-</td>
-</tr>
-<tr class="rowColor">
-<td class="colFirst"><code><a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
-<td class="colLast"><code><strong><a href="../../../../../org/apache/maven/shared/jarsigner/JarSignerRequest.html#getKeystore()">getKeystore</a></strong>()</code>
-<div class="block">Gets the value of the <code>keystore</code> field.</div>
-</td>
-</tr>
-<tr class="altColor">
-<td class="colFirst"><code><a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
-<td class="colLast"><code><strong><a href="../../../../../org/apache/maven/shared/jarsigner/JarSignerRequest.html#getMaxMemory()">getMaxMemory</a></strong>()</code>
-<div class="block">Gets the value of the <code>maxMemory</code> field.</div>
-</td>
-</tr>
-<tr class="rowColor">
-<td class="colFirst"><code><a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
-<td class="colLast"><code><strong><a href="../../../../../org/apache/maven/shared/jarsigner/JarSignerRequest.html#getProviderArg()">getProviderArg</a></strong>()</code>
-<div class="block">Gets the value of the <code>providerArg</code> field.</div>
-</td>
-</tr>
-<tr class="altColor">
-<td class="colFirst"><code><a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
-<td class="colLast"><code><strong><a href="../../../../../org/apache/maven/shared/jarsigner/JarSignerRequest.html#getProviderClass()">getProviderClass</a></strong>()</code>
-<div class="block">Gets the value of the <code>providerClass</code> field.</div>
-</td>
-</tr>
-<tr class="rowColor">
-<td class="colFirst"><code><a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
-<td class="colLast"><code><strong><a href="../../../../../org/apache/maven/shared/jarsigner/JarSignerRequest.html#getProviderName()">getProviderName</a></strong>()</code>
-<div class="block">Gets the value of the <code>providerName</code> field.</div>
-</td>
-</tr>
-<tr class="altColor">
-<td class="colFirst"><code><a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
-<td class="colLast"><code><strong><a href="../../../../../org/apache/maven/shared/jarsigner/JarSignerRequest.html#getStorepass()">getStorepass</a></strong>()</code>
-<div class="block">Gets the value of the <code>storepass</code> field.</div>
-</td>
-</tr>
-<tr class="rowColor">
-<td class="colFirst"><code><a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
-<td class="colLast"><code><strong><a href="../../../../../org/apache/maven/shared/jarsigner/JarSignerRequest.html#getStoretype()">getStoretype</a></strong>()</code>
-<div class="block">Gets the value of the <code>storetype</code> field.</div>
-</td>
-</tr>
-<tr class="altColor">
-<td class="colFirst"><code><a href="http://docs.oracle.com/javase/7/docs/api/java/io/File.html?is-external=true" title="class or interface in java.io">File</a></code></td>
-<td class="colLast"><code><strong><a href="../../../../../org/apache/maven/shared/jarsigner/JarSignerRequest.html#getWorkingDirectory()">getWorkingDirectory</a></strong>()</code>
-<div class="block">Gets the value of the <code>workingDirectory</code> field.</div>
-</td>
-</tr>
-<tr class="rowColor">
-<td class="colFirst"><code>boolean</code></td>
-<td class="colLast"><code><strong><a href="../../../../../org/apache/maven/shared/jarsigner/JarSignerRequest.html#isProtectedAuthenticationPath()">isProtectedAuthenticationPath</a></strong>()</code>
-<div class="block">Gets the value of the command line tool parameter</div>
-</td>
-</tr>
-<tr class="altColor">
-<td class="colFirst"><code>boolean</code></td>
-<td class="colLast"><code><strong><a href="../../../../../org/apache/maven/shared/jarsigner/JarSignerRequest.html#isVerbose()">isVerbose</a></strong>()</code>
-<div class="block">Gets the value of the <code>verbose</code> field.</div>
-</td>
-</tr>
-<tr class="rowColor">
-<td class="colFirst"><code>void</code></td>
-<td class="colLast"><code><strong><a href="../../../../../org/apache/maven/shared/jarsigner/JarSignerRequest.html#setAlias(java.lang.String)">setAlias</a></strong>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;alias)</code>
-<div class="block">Sets the new given value to the field <code>alias</code> of the request.</div>
-</td>
-</tr>
-<tr class="altColor">
-<td class="colFirst"><code>void</code></td>
-<td class="colLast"><code><strong><a href="../../../../../org/apache/maven/shared/jarsigner/JarSignerRequest.html#setArchive(java.io.File)">setArchive</a></strong>(<a href="http://docs.oracle.com/javase/7/docs/api/java/io/File.html?is-external=true" title="class or interface in java.io">File</a>&nbsp;archive)</code>
-<div class="block">Sets the new given value to the field <code>archive</code> of the request.</div>
-</td>
-</tr>
-<tr class="rowColor">
-<td class="colFirst"><code>void</code></td>
-<td class="colLast"><code><strong><a href="../../../../../org/apache/maven/shared/jarsigner/JarSignerRequest.html#setArguments(java.lang.String...)">setArguments</a></strong>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>...&nbsp;arguments)</code>
-<div class="block">Sets the new given value to the field <code>arguments</code> of the request.</div>
-</td>
-</tr>
-<tr class="altColor">
-<td class="colFirst"><code>void</code></td>
-<td class="colLast"><code><strong><a href="../../../../../org/apache/maven/shared/jarsigner/JarSignerRequest.html#setKeystore(java.lang.String)">setKeystore</a></strong>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;keystore)</code>
-<div class="block">Sets the new given value to the field <code>keystore</code> of the request.</div>
-</td>
-</tr>
-<tr class="rowColor">
-<td class="colFirst"><code>void</code></td>
-<td class="colLast"><code><strong><a href="../../../../../org/apache/maven/shared/jarsigner/JarSignerRequest.html#setMaxMemory(java.lang.String)">setMaxMemory</a></strong>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;maxMemory)</code>
-<div class="block">Sets the new given value to the field <code>maxMemory</code> of the request.</div>
-</td>
-</tr>
-<tr class="altColor">
-<td class="colFirst"><code>void</code></td>
-<td class="colLast"><code><strong><a href="../../../../../org/apache/maven/shared/jarsigner/JarSignerRequest.html#setProtectedAuthenticationPath(boolean)">setProtectedAuthenticationPath</a></strong>(boolean&nbsp;protectedAuthenticationPath)</code>
-<div class="block">Sets the value of the command line tool parameter</div>
-</td>
-</tr>
-<tr class="rowColor">
-<td class="colFirst"><code>void</code></td>
-<td class="colLast"><code><strong><a href="../../../../../org/apache/maven/shared/jarsigner/JarSignerRequest.html#setProviderArg(java.lang.String)">setProviderArg</a></strong>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;providerArg)</code>
-<div class="block">Sets the new given value to the field <code>providerArg</code> of the request.</div>
-</td>
-</tr>
-<tr class="altColor">
-<td class="colFirst"><code>void</code></td>
-<td class="colLast"><code><strong><a href="../../../../../org/apache/maven/shared/jarsigner/JarSignerRequest.html#setProviderClass(java.lang.String)">setProviderClass</a></strong>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;providerClass)</code>
-<div class="block">Sets the new given value to the field <code>providerClass</code> of the request.</div>
-</td>
-</tr>
-<tr class="rowColor">
-<td class="colFirst"><code>void</code></td>
-<td class="colLast"><code><strong><a href="../../../../../org/apache/maven/shared/jarsigner/JarSignerRequest.html#setProviderName(java.lang.String)">setProviderName</a></strong>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;providerName)</code>
-<div class="block">Sets the new given value to the field <code>providerName</code> of the request.</div>
-</td>
-</tr>
-<tr class="altColor">
-<td class="colFirst"><code>void</code></td>
-<td class="colLast"><code><strong><a href="../../../../../org/apache/maven/shared/jarsigner/JarSignerRequest.html#setStorepass(java.lang.String)">setStorepass</a></strong>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;storepass)</code>
-<div class="block">Sets the new given value to the field <code>storepass</code> of the request.</div>
-</td>
-</tr>
-<tr class="rowColor">
-<td class="colFirst"><code>void</code></td>
-<td class="colLast"><code><strong><a href="../../../../../org/apache/maven/shared/jarsigner/JarSignerRequest.html#setStoretype(java.lang.String)">setStoretype</a></strong>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;storetype)</code>
-<div class="block">Sets the new given value to the field <code>storetype</code> of the request.</div>
-</td>
-</tr>
-<tr class="altColor">
-<td class="colFirst"><code>void</code></td>
-<td class="colLast"><code><strong><a href="../../../../../org/apache/maven/shared/jarsigner/JarSignerRequest.html#setVerbose(boolean)">setVerbose</a></strong>(boolean&nbsp;verbose)</code>
-<div class="block">Sets the new given value to the field <code>verbose</code> of the request.</div>
-</td>
-</tr>
-<tr class="rowColor">
-<td class="colFirst"><code>void</code></td>
-<td class="colLast"><code><strong><a href="../../../../../org/apache/maven/shared/jarsigner/JarSignerRequest.html#setWorkingDirectory(java.io.File)">setWorkingDirectory</a></strong>(<a href="http://docs.oracle.com/javase/7/docs/api/java/io/File.html?is-external=true" title="class or interface in java.io">File</a>&nbsp;workingDirectory)</code>
-<div class="block">Sets the new given value to the field <code>workingDirectory</code> of the request.</div>
-</td>
-</tr>
-</table>
-<ul class="blockList">
-<li class="blockList"><a name="methods_inherited_from_class_org.apache.maven.shared.utils.cli.javatool.JavaToolRequest">
-<!--   -->
-</a>
-<h3>Methods inherited from interface&nbsp;org.apache.maven.shared.utils.cli.javatool.<a href="http://maven.apache.org/shared/maven-shared-utils/apidocs/org/apache/maven/shared/utils/cli/javatool/JavaToolRequest.html?is-external=true" title="class or interface in org.apache.maven.shared.utils.cli.javatool">JavaToolRequest</a></h3>
-<code><a href="http://maven.apache.org/shared/maven-shared-utils/apidocs/org/apache/maven/shared/utils/cli/javatool/JavaToolRequest.html?is-external=true#getSystemErrorStreamConsumer()" title="class or interface in org.apache.maven.shared.utils.cli.javatool">getSystemErrorStreamConsumer</a>, <a href="http://maven.apache.org/shared/maven-shared-utils/apidocs/org/apache/maven/shared/utils/cli/javatool/JavaToolRequest.html?is-external=true#getSystemOutStreamConsumer()" title="class or interface in org.apache.maven.shared.utils.cli.javatool">getSystemOutStreamConsumer</a>, <a href="http://maven.apache.org/shared/maven-shared-utils/apidocs/org/apache/maven/shared/utils/cli/javatool/JavaToolRequest.html?is-external=true#setSystemErrorStreamConsumer(org.apache.maven.shared.utils.cli.StreamConsumer)" title="class or interface in org.apache.maven.shared.utils.cli.javatool">setSystemErrorStreamConsumer</a>, <a href="http://maven.apache.org/shared/maven-shared-utils/apidocs/org/apache/maven/sh
 ared/utils/cli/javatool/JavaToolRequest.html?is-external=true#setSystemOutStreamConsumer(org.apache.maven.shared.utils.cli.StreamConsumer)" title="class or interface in org.apache.maven.shared.utils.cli.javatool">setSystemOutStreamConsumer</a></code></li>
-</ul>
-</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="isVerbose()">
-<!--   -->
-</a>
-<ul class="blockList">
-<li class="blockList">
-<h4>isVerbose</h4>
-<pre>boolean&nbsp;isVerbose()</pre>
-<div class="block">Gets the value of the <code>verbose</code> field.</div>
-<dl><dt><span class="strong">Returns:</span></dt><dd>the value of the <code>verbose</code> field.</dd></dl>
-</li>
-</ul>
-<a name="getKeystore()">
-<!--   -->
-</a>
-<ul class="blockList">
-<li class="blockList">
-<h4>getKeystore</h4>
-<pre><a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;getKeystore()</pre>
-<div class="block">Gets the value of the <code>keystore</code> field.</div>
-<dl><dt><span class="strong">Returns:</span></dt><dd>the value of the <code>keystore</code> field.</dd></dl>
-</li>
-</ul>
-<a name="getStoretype()">
-<!--   -->
-</a>
-<ul class="blockList">
-<li class="blockList">
-<h4>getStoretype</h4>
-<pre><a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;getStoretype()</pre>
-<div class="block">Gets the value of the <code>storetype</code> field.</div>
-<dl><dt><span class="strong">Returns:</span></dt><dd>the value of the <code>storetype</code> field.</dd></dl>
-</li>
-</ul>
-<a name="getStorepass()">
-<!--   -->
-</a>
-<ul class="blockList">
-<li class="blockList">
-<h4>getStorepass</h4>
-<pre><a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;getStorepass()</pre>
-<div class="block">Gets the value of the <code>storepass</code> field.</div>
-<dl><dt><span class="strong">Returns:</span></dt><dd>the value of the <code>storepass</code> field.</dd></dl>
-</li>
-</ul>
-<a name="getProviderName()">
-<!--   -->
-</a>
-<ul class="blockList">
-<li class="blockList">
-<h4>getProviderName</h4>
-<pre><a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;getProviderName()</pre>
-<div class="block">Gets the value of the <code>providerName</code> field.</div>
-<dl><dt><span class="strong">Returns:</span></dt><dd>the value of the <code>providerName</code> field.</dd></dl>
-</li>
-</ul>
-<a name="getProviderClass()">
-<!--   -->
-</a>
-<ul class="blockList">
-<li class="blockList">
-<h4>getProviderClass</h4>
-<pre><a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;getProviderClass()</pre>
-<div class="block">Gets the value of the <code>providerClass</code> field.</div>
-<dl><dt><span class="strong">Returns:</span></dt><dd>the value of the <code>providerClass</code> field.</dd></dl>
-</li>
-</ul>
-<a name="getProviderArg()">
-<!--   -->
-</a>
-<ul class="blockList">
-<li class="blockList">
-<h4>getProviderArg</h4>
-<pre><a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;getProviderArg()</pre>
-<div class="block">Gets the value of the <code>providerArg</code> field.</div>
-<dl><dt><span class="strong">Returns:</span></dt><dd>the value of the <code>providerArg</code> field.</dd></dl>
-</li>
-</ul>
-<a name="getAlias()">
-<!--   -->
-</a>
-<ul class="blockList">
-<li class="blockList">
-<h4>getAlias</h4>
-<pre><a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;getAlias()</pre>
-<div class="block">Gets the value of the <code>alias</code> field.</div>
-<dl><dt><span class="strong">Returns:</span></dt><dd>the value of the <code>alias</code> field.</dd></dl>
-</li>
-</ul>
-<a name="getMaxMemory()">
-<!--   -->
-</a>
-<ul class="blockList">
-<li class="blockList">
-<h4>getMaxMemory</h4>
-<pre><a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;getMaxMemory()</pre>
-<div class="block">Gets the value of the <code>maxMemory</code> field.</div>
-<dl><dt><span class="strong">Returns:</span></dt><dd>the value of the <code>maxMemory</code> field.</dd></dl>
-</li>
-</ul>
-<a name="getArguments()">
-<!--   -->
-</a>
-<ul class="blockList">
-<li class="blockList">
-<h4>getArguments</h4>
-<pre><a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>[]&nbsp;getArguments()</pre>
-<div class="block">Gets the value of the <code>maxMemory</code> field.</div>
-<dl><dt><span class="strong">Returns:</span></dt><dd>the value of the <code>maxMemory</code> field.</dd></dl>
-</li>
-</ul>
-<a name="getWorkingDirectory()">
-<!--   -->
-</a>
-<ul class="blockList">
-<li class="blockList">
-<h4>getWorkingDirectory</h4>
-<pre><a href="http://docs.oracle.com/javase/7/docs/api/java/io/File.html?is-external=true" title="class or interface in java.io">File</a>&nbsp;getWorkingDirectory()</pre>
-<div class="block">Gets the value of the <code>workingDirectory</code> field.</div>
-<dl><dt><span class="strong">Returns:</span></dt><dd>the value of the <code>workingDirectory</code> field.</dd></dl>
-</li>
-</ul>
-<a name="getArchive()">
-<!--   -->
-</a>
-<ul class="blockList">
-<li class="blockList">
-<h4>getArchive</h4>
-<pre><a href="http://docs.oracle.com/javase/7/docs/api/java/io/File.html?is-external=true" title="class or interface in java.io">File</a>&nbsp;getArchive()</pre>
-<div class="block">Gets the value of the <code>archive</code> field.
- <p/>
- The archive field is in fact the file on which the jarsigner request will be executed.</div>
-<dl><dt><span class="strong">Returns:</span></dt><dd>the value of the <code>archive</code> field.</dd></dl>
-</li>
-</ul>
-<a name="isProtectedAuthenticationPath()">
-<!--   -->
-</a>
-<ul class="blockList">
-<li class="blockList">
-<h4>isProtectedAuthenticationPath</h4>
-<pre>boolean&nbsp;isProtectedAuthenticationPath()</pre>
-<div class="block">Gets the value of the command line tool parameter <pre>protected</pre></div>
-<dl><dt><span class="strong">Returns:</span></dt><dd>true iff the password must be given via a protected
- authentication path such as a dedicated PIN reader</dd></dl>
-</li>
-</ul>
-<a name="setVerbose(boolean)">
-<!--   -->
-</a>
-<ul class="blockList">
-<li class="blockList">
-<h4>setVerbose</h4>
-<pre>void&nbsp;setVerbose(boolean&nbsp;verbose)</pre>
-<div class="block">Sets the new given value to the field <code>verbose</code> of the request.</div>
-<dl><dt><span class="strong">Parameters:</span></dt><dd><code>verbose</code> - the new value of the field <code>verbose</code>.</dd></dl>
-</li>
-</ul>
-<a name="setKeystore(java.lang.String)">
-<!--   -->
-</a>
-<ul class="blockList">
-<li class="blockList">
-<h4>setKeystore</h4>
-<pre>void&nbsp;setKeystore(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;keystore)</pre>
-<div class="block">Sets the new given value to the field <code>keystore</code> of the request.</div>
-<dl><dt><span class="strong">Parameters:</span></dt><dd><code>keystore</code> - the new value of the field <code>keystore</code>.</dd></dl>
-</li>
-</ul>
-<a name="setStoretype(java.lang.String)">
-<!--   -->
-</a>
-<ul class="blockList">
-<li class="blockList">
-<h4>setStoretype</h4>
-<pre>void&nbsp;setStoretype(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;storetype)</pre>
-<div class="block">Sets the new given value to the field <code>storetype</code> of the request.</div>
-<dl><dt><span class="strong">Parameters:</span></dt><dd><code>storetype</code> - the new value of the field <code>storetype</code>.</dd></dl>
-</li>
-</ul>
-<a name="setStorepass(java.lang.String)">
-<!--   -->
-</a>
-<ul class="blockList">
-<li class="blockList">
-<h4>setStorepass</h4>
-<pre>void&nbsp;setStorepass(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;storepass)</pre>
-<div class="block">Sets the new given value to the field <code>storepass</code> of the request.</div>
-<dl><dt><span class="strong">Parameters:</span></dt><dd><code>storepass</code> - the new value of the field <code>storepass</code>.</dd></dl>
-</li>
-</ul>
-<a name="setAlias(java.lang.String)">
-<!--   -->
-</a>
-<ul class="blockList">
-<li class="blockList">
-<h4>setAlias</h4>
-<pre>void&nbsp;setAlias(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;alias)</pre>
-<div class="block">Sets the new given value to the field <code>alias</code> of the request.</div>
-<dl><dt><span class="strong">Parameters:</span></dt><dd><code>alias</code> - the new value of the field <code>alias</code>.</dd></dl>
-</li>
-</ul>
-<a name="setProviderName(java.lang.String)">
-<!--   -->
-</a>
-<ul class="blockList">
-<li class="blockList">
-<h4>setProviderName</h4>
-<pre>void&nbsp;setProviderName(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;providerName)</pre>
-<div class="block">Sets the new given value to the field <code>providerName</code> of the request.</div>
-<dl><dt><span class="strong">Parameters:</span></dt><dd><code>providerName</code> - the new value of the field <code>providerName</code>.</dd></dl>
-</li>
-</ul>
-<a name="setProviderClass(java.lang.String)">
-<!--   -->
-</a>
-<ul class="blockList">
-<li class="blockList">
-<h4>setProviderClass</h4>
-<pre>void&nbsp;setProviderClass(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;providerClass)</pre>
-<div class="block">Sets the new given value to the field <code>providerClass</code> of the request.</div>
-<dl><dt><span class="strong">Parameters:</span></dt><dd><code>providerClass</code> - the new value of the field <code>providerClass</code>.</dd></dl>
-</li>
-</ul>
-<a name="setProviderArg(java.lang.String)">
-<!--   -->
-</a>
-<ul class="blockList">
-<li class="blockList">
-<h4>setProviderArg</h4>
-<pre>void&nbsp;setProviderArg(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;providerArg)</pre>
-<div class="block">Sets the new given value to the field <code>providerArg</code> of the request.</div>
-<dl><dt><span class="strong">Parameters:</span></dt><dd><code>providerArg</code> - the new value of the field <code>providerArg</code>.</dd></dl>
-</li>
-</ul>
-<a name="setMaxMemory(java.lang.String)">
-<!--   -->
-</a>
-<ul class="blockList">
-<li class="blockList">
-<h4>setMaxMemory</h4>
-<pre>void&nbsp;setMaxMemory(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;maxMemory)</pre>
-<div class="block">Sets the new given value to the field <code>maxMemory</code> of the request.</div>
-<dl><dt><span class="strong">Parameters:</span></dt><dd><code>maxMemory</code> - the new value of the field <code>maxMemory</code>.</dd></dl>
-</li>
-</ul>
-<a name="setArguments(java.lang.String...)">
-<!--   -->
-</a>
-<ul class="blockList">
-<li class="blockList">
-<h4>setArguments</h4>
-<pre>void&nbsp;setArguments(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>...&nbsp;arguments)</pre>
-<div class="block">Sets the new given value to the field <code>arguments</code> of the request.</div>
-<dl><dt><span class="strong">Parameters:</span></dt><dd><code>arguments</code> - the new value of the field <code>arguments</code>.</dd></dl>
-</li>
-</ul>
-<a name="setWorkingDirectory(java.io.File)">
-<!--   -->
-</a>
-<ul class="blockList">
-<li class="blockList">
-<h4>setWorkingDirectory</h4>
-<pre>void&nbsp;setWorkingDirectory(<a href="http://docs.oracle.com/javase/7/docs/api/java/io/File.html?is-external=true" title="class or interface in java.io">File</a>&nbsp;workingDirectory)</pre>
-<div class="block">Sets the new given value to the field <code>workingDirectory</code> of the request.</div>
-<dl><dt><span class="strong">Parameters:</span></dt><dd><code>workingDirectory</code> - the new value of the field <code>workingDirectory</code>.</dd></dl>
-</li>
-</ul>
-<a name="setArchive(java.io.File)">
-<!--   -->
-</a>
-<ul class="blockList">
-<li class="blockList">
-<h4>setArchive</h4>
-<pre>void&nbsp;setArchive(<a href="http://docs.oracle.com/javase/7/docs/api/java/io/File.html?is-external=true" title="class or interface in java.io">File</a>&nbsp;archive)</pre>
-<div class="block">Sets the new given value to the field <code>archive</code> of the request.</div>
-<dl><dt><span class="strong">Parameters:</span></dt><dd><code>archive</code> - the new value of the field <code>archive</code>.</dd></dl>
-</li>
-</ul>
-<a name="setProtectedAuthenticationPath(boolean)">
-<!--   -->
-</a>
-<ul class="blockListLast">
-<li class="blockList">
-<h4>setProtectedAuthenticationPath</h4>
-<pre>void&nbsp;setProtectedAuthenticationPath(boolean&nbsp;protectedAuthenticationPath)</pre>
-<div class="block">Sets the value of the command line tool parameter <pre>protected</pre></div>
-<dl><dt><span class="strong">Parameters:</span></dt><dd><code>protectedAuthenticationPath</code> - iff the password must be given via a protected
-                                    authentication path such as a dedicated PIN reader</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="../../../../../org/apache/maven/shared/jarsigner/package-summary.html">Package</a></li>
-<li class="navBarCell1Rev">Class</li>
-<li><a href="class-use/JarSignerRequest.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>
-<div class="subNav">
-<ul class="navList">
-<li><a href="../../../../../org/apache/maven/shared/jarsigner/JarSignerCommandLineBuilder.html" title="class in org.apache.maven.shared.jarsigner"><span class="strong">Prev Class</span></a></li>
-<li><a href="../../../../../org/apache/maven/shared/jarsigner/JarSignerSignRequest.html" title="class in org.apache.maven.shared.jarsigner"><span class="strong">Next Class</span></a></li>
-</ul>
-<ul class="navList">
-<li><a href="../../../../../index.html?org/apache/maven/shared/jarsigner/JarSignerRequest.html" target="_top">Frames</a></li>
-<li><a href="JarSignerRequest.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:&nbsp;</li>
-<li>Nested&nbsp;|&nbsp;</li>
-<li>Field&nbsp;|&nbsp;</li>
-<li>Constr&nbsp;|&nbsp;</li>
-<li><a href="#method_summary">Method</a></li>
-</ul>
-<ul class="subNavList">
-<li>Detail:&nbsp;</li>
-<li>Field&nbsp;|&nbsp;</li>
-<li>Constr&nbsp;|&nbsp;</li>
-<li><a href="#method_detail">Method</a></li>
-</ul>
-</div>
-<a name="skip-navbar_bottom">
-<!--   -->
-</a></div>
-<!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2002&#x2013;2015 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p>
-</body>
+<!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 -->
+<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
+<title>JarSignerRequest (Apache Maven Jarsigner 3.0.0 API)</title>
+<link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
+<script type="text/javascript" src="../../../../../script.js"></script>
+</head>
+<body>
+<script type="text/javascript"><!--
+    try {
+        if (location.href.indexOf('is-external=true') == -1) {
+            parent.document.title="JarSignerRequest (Apache Maven Jarsigner 3.0.0 API)";
+        }
+    }
+    catch(err) {
+    }
+//-->
+var methods = {"i0":6,"i1":6,"i2":6,"i3":6,"i4":6,"i5":6,"i6":6,"i7":6,"i8":6,"i9":6,"i10":6,"i11":6,"i12":6,"i13":6,"i14":6,"i15":6,"i16":6,"i17":6,"i18":6,"i19":6,"i20":6,"i21":6,"i22":6,"i23":6,"i24":6,"i25":6};
+var tabs = {65535:["t0","All Methods"],2:["t2","Instance Methods"],4:["t3","Abstract Methods"]};
+var altColor = "altColor";
+var rowColor = "rowColor";
+var tableTab = "tableTab";
+var activeTableTab = "activeTableTab";
+</script>
+<noscript>
+<div>JavaScript is disabled on your browser.</div>
+</noscript>
+<!-- ========= START OF TOP NAVBAR ======= -->
+<div class="topNav"><a name="navbar.top">
+<!--   -->
+</a>
+<div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div>
+<a name="navbar.top.firstrow">
+<!--   -->
+</a>
+<ul class="navList" title="Navigation">
+<li><a href="../../../../../org/apache/maven/shared/jarsigner/package-summary.html">Package</a></li>
+<li class="navBarCell1Rev">Class</li>
+<li><a href="class-use/JarSignerRequest.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>
+<div class="subNav">
+<ul class="navList">
+<li><a href="../../../../../org/apache/maven/shared/jarsigner/JarSignerCommandLineBuilder.html" title="class in org.apache.maven.shared.jarsigner"><span class="typeNameLink">Prev&nbsp;Class</span></a></li>
+<li><a href="../../../../../org/apache/maven/shared/jarsigner/JarSignerSignRequest.html" title="class in org.apache.maven.shared.jarsigner"><span class="typeNameLink">Next&nbsp;Class</span></a></li>
+</ul>
+<ul class="navList">
+<li><a href="../../../../../index.html?org/apache/maven/shared/jarsigner/JarSignerRequest.html" target="_top">Frames</a></li>
+<li><a href="JarSignerRequest.html" target="_top">No&nbsp;Frames</a></li>
+</ul>
+<ul class="navList" id="allclasses_navbar_top">
+<li><a href="../../../../../allclasses-noframe.html">All&nbsp;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:&nbsp;</li>
+<li>Nested&nbsp;|&nbsp;</li>
+<li>Field&nbsp;|&nbsp;</li>
+<li>Constr&nbsp;|&nbsp;</li>
+<li><a href="#method.summary">Method</a></li>
+</ul>
+<ul class="subNavList">
+<li>Detail:&nbsp;</li>
+<li>Field&nbsp;|&nbsp;</li>
+<li>Constr&nbsp;|&nbsp;</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">org.apache.maven.shared.jarsigner</div>
+<h2 title="Interface JarSignerRequest" class="title">Interface JarSignerRequest</h2>
+</div>
+<div class="contentContainer">
+<div class="description">
+<ul class="blockList">
+<li class="blockList">
+<dl>
+<dt>All Superinterfaces:</dt>
+<dd><a href="https://maven.apache.org/shared/maven-shared-utils/apidocs/org/apache/maven/shared/utils/cli/javatool/JavaToolRequest.html?is-external=true" title="class or interface in org.apache.maven.shared.utils.cli.javatool">JavaToolRequest</a></dd>
+</dl>
+<dl>
+<dt>All Known Implementing Classes:</dt>
+<dd><a href="../../../../../org/apache/maven/shared/jarsigner/AbstractJarSignerRequest.html" title="class in org.apache.maven.shared.jarsigner">AbstractJarSignerRequest</a>, <a href="../../../../../org/apache/maven/shared/jarsigner/JarSignerSignRequest.html" title="class in org.apache.maven.shared.jarsigner">JarSignerSignRequest</a>, <a href="../../../../../org/apache/maven/shared/jarsigner/JarSignerVerifyRequest.html" title="class in org.apache.maven.shared.jarsigner">JarSignerVerifyRequest</a></dd>
+</dl>
+<hr>
+<br>
+<pre>public interface <span class="typeNameLabel">JarSignerRequest</span>
+extends <a href="https://maven.apache.org/shared/maven-shared-utils/apidocs/org/apache/maven/shared/utils/cli/javatool/JavaToolRequest.html?is-external=true" title="class or interface in org.apache.maven.shared.utils.cli.javatool">JavaToolRequest</a></pre>
+<div class="block">Specifies the common parameters used to control a JarSigner tool invocation.</div>
+<dl>
+<dt><span class="simpleTagLabel">Since:</span></dt>
+<dd>1.0</dd>
+<dt><span class="simpleTagLabel">Author:</span></dt>
+<dd>Tony Chemit</dd>
+</dl>
+</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="memberSummary" border="0" cellpadding="3" cellspacing="0" summary="Method Summary table, listing methods, and an explanation">
+<caption><span id="t0" class="activeTableTab"><span>All Methods</span><span class="tabEnd">&nbsp;</span></span><span id="t2" class="tableTab"><span><a href="javascript:show(2);">Instance Methods</a></span><span class="tabEnd">&nbsp;</span></span><span id="t3" class="tableTab"><span><a href="javascript:show(4);">Abstract Methods</a></span><span class="tabEnd">&nbsp;</span></span></caption>
+<tr>
+<th class="colFirst" scope="col">Modifier and Type</th>
+<th class="colLast" scope="col">Method and Description</th>
+</tr>
+<tr id="i0" class="altColor">
+<td class="colFirst"><code><a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/maven/shared/jarsigner/JarSignerRequest.html#getAlias--">getAlias</a></span>()</code>
+<div class="block">Gets the value of the <code>alias</code> field.</div>
+</td>
+</tr>
+<tr id="i1" class="rowColor">
+<td class="colFirst"><code><a href="https://docs.oracle.com/javase/8/docs/api/java/io/File.html?is-external=true" title="class or interface in java.io">File</a></code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/maven/shared/jarsigner/JarSignerRequest.html#getArchive--">getArchive</a></span>()</code>
+<div class="block">Gets the value of the <code>archive</code> field.</div>
+</td>
+</tr>
+<tr id="i2" class="altColor">
+<td class="colFirst"><code><a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>[]</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/maven/shared/jarsigner/JarSignerRequest.html#getArguments--">getArguments</a></span>()</code>
+<div class="block">Gets the value of the <code>maxMemory</code> field.</div>
+</td>
+</tr>
+<tr id="i3" class="rowColor">
+<td class="colFirst"><code><a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/maven/shared/jarsigner/JarSignerRequest.html#getKeystore--">getKeystore</a></span>()</code>
+<div class="block">Gets the value of the <code>keystore</code> field.</div>
+</td>
+</tr>
+<tr id="i4" class="altColor">
+<td class="colFirst"><code><a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/maven/shared/jarsigner/JarSignerRequest.html#getMaxMemory--">getMaxMemory</a></span>()</code>
+<div class="block">Gets the value of the <code>maxMemory</code> field.</div>
+</td>
+</tr>
+<tr id="i5" class="rowColor">
+<td class="colFirst"><code><a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/maven/shared/jarsigner/JarSignerRequest.html#getProviderArg--">getProviderArg</a></span>()</code>
+<div class="block">Gets the value of the <code>providerArg</code> field.</div>
+</td>
+</tr>
+<tr id="i6" class="altColor">
+<td class="colFirst"><code><a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/maven/shared/jarsigner/JarSignerRequest.html#getProviderClass--">getProviderClass</a></span>()</code>
+<div class="block">Gets the value of the <code>providerClass</code> field.</div>
+</td>
+</tr>
+<tr id="i7" class="rowColor">
+<td class="colFirst"><code><a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/maven/shared/jarsigner/JarSignerRequest.html#getProviderName--">getProviderName</a></span>()</code>
+<div class="block">Gets the value of the <code>providerName</code> field.</div>
+</td>
+</tr>
+<tr id="i8" class="altColor">
+<td class="colFirst"><code><a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/maven/shared/jarsigner/JarSignerRequest.html#getStorepass--">getStorepass</a></span>()</code>
+<div class="block">Gets the value of the <code>storepass</code> field.</div>
+</td>
+</tr>
+<tr id="i9" class="rowColor">
+<td class="colFirst"><code><a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/maven/shared/jarsigner/JarSignerRequest.html#getStoretype--">getStoretype</a></span>()</code>
+<div class="block">Gets the value of the <code>storetype</code> field.</div>
+</td>
+</tr>
+<tr id="i10" class="altColor">
+<td class="colFirst"><code><a href="https://docs.oracle.com/javase/8/docs/api/java/io/File.html?is-external=true" title="class or interface in java.io">File</a></code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/maven/shared/jarsigner/JarSignerRequest.html#getWorkingDirectory--">getWorkingDirectory</a></span>()</code>
+<div class="block">Gets the value of the <code>workingDirectory</code> field.</div>
+</td>
+</tr>
+<tr id="i11" class="rowColor">
+<td class="colFirst"><code>boolean</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/maven/shared/jarsigner/JarSignerRequest.html#isProtectedAuthenticationPath--">isProtectedAuthenticationPath</a></span>()</code>
+<div class="block">Gets the value of the command line tool parameter</div>
+</td>
+</tr>
+<tr id="i12" class="altColor">
+<td class="colFirst"><code>boolean</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/maven/shared/jarsigner/JarSignerRequest.html#isVerbose--">isVerbose</a></span>()</code>
+<div class="block">Gets the value of the <code>verbose</code> field.</div>
+</td>
+</tr>
+<tr id="i13" class="rowColor">
+<td class="colFirst"><code>void</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/maven/shared/jarsigner/JarSignerRequest.html#setAlias-java.lang.String-">setAlias</a></span>(<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;alias)</code>
+<div class="block">Sets the new given value to the field <code>alias</code> of the request.</div>
+</td>
+</tr>
+<tr id="i14" class="altColor">
+<td class="colFirst"><code>void</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/maven/shared/jarsigner/JarSignerRequest.html#setArchive-java.io.File-">setArchive</a></span>(<a href="https://docs.oracle.com/javase/8/docs/api/java/io/File.html?is-external=true" title="class or interface in java.io">File</a>&nbsp;archive)</code>
+<div class="block">Sets the new given value to the field <code>archive</code> of the request.</div>
+</td>
+</tr>
+<tr id="i15" class="rowColor">
+<td class="colFirst"><code>void</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/maven/shared/jarsigner/JarSignerRequest.html#setArguments-java.lang.String...-">setArguments</a></span>(<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>...&nbsp;arguments)</code>
+<div class="block">Sets the new given value to the field <code>arguments</code> of the request.</div>
+</td>
+</tr>
+<tr id="i16" class="altColor">
+<td class="colFirst"><code>void</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/maven/shared/jarsigner/JarSignerRequest.html#setKeystore-java.lang.String-">setKeystore</a></span>(<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;keystore)</code>
+<div class="block">Sets the new given value to the field <code>keystore</code> of the request.</div>
+</td>
+</tr>
+<tr id="i17" class="rowColor">
+<td class="colFirst"><code>void</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/maven/shared/jarsigner/JarSignerRequest.html#setMaxMemory-java.lang.String-">setMaxMemory</a></span>(<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;maxMemory)</code>
+<div class="block">Sets the new given value to the field <code>maxMemory</code> of the request.</div>
+</td>
+</tr>
+<tr id="i18" class="altColor">
+<td class="colFirst"><code>void</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/maven/shared/jarsigner/JarSignerRequest.html#setProtectedAuthenticationPath-boolean-">setProtectedAuthenticationPath</a></span>(boolean&nbsp;protectedAuthenticationPath)</code>
+<div class="block">Sets the value of the command line tool parameter</div>
+</td>
+</tr>
+<tr id="i19" class="rowColor">
+<td class="colFirst"><code>void</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/maven/shared/jarsigner/JarSignerRequest.html#setProviderArg-java.lang.String-">setProviderArg</a></span>(<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;providerArg)</code>
+<div class="block">Sets the new given value to the field <code>providerArg</code> of the request.</div>
+</td>
+</tr>
+<tr id="i20" class="altColor">
+<td class="colFirst"><code>void</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/maven/shared/jarsigner/JarSignerRequest.html#setProviderClass-java.lang.String-">setProviderClass</a></span>(<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;providerClass)</code>
+<div class="block">Sets the new given value to the field <code>providerClass</code> of the request.</div>
+</td>
+</tr>
+<tr id="i21" class="rowColor">
+<td class="colFirst"><code>void</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/maven/shared/jarsigner/JarSignerRequest.html#setProviderName-java.lang.String-">setProviderName</a></span>(<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;providerName)</code>
+<div class="block">Sets the new given value to the field <code>providerName</code> of the request.</div>
+</td>
+</tr>
+<tr id="i22" class="altColor">
+<td class="colFirst"><code>void</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/maven/shared/jarsigner/JarSignerRequest.html#setStorepass-java.lang.String-">setStorepass</a></span>(<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;storepass)</code>
+<div class="block">Sets the new given value to the field <code>storepass</code> of the request.</div>
+</td>
+</tr>
+<tr id="i23" class="rowColor">
+<td class="colFirst"><code>void</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/maven/shared/jarsigner/JarSignerRequest.html#setStoretype-java.lang.String-">setStoretype</a></span>(<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;storetype)</code>
+<div class="block">Sets the new given value to the field <code>storetype</code> of the request.</div>
+</td>
+</tr>
+<tr id="i24" class="altColor">
+<td class="colFirst"><code>void</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/maven/shared/jarsigner/JarSignerRequest.html#setVerbose-boolean-">setVerbose</a></span>(boolean&nbsp;verbose)</code>
+<div class="block">Sets the new given value to the field <code>verbose</code> of the request.</div>
+</td>
+</tr>
+<tr id="i25" class="rowColor">
+<td class="colFirst"><code>void</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/maven/shared/jarsigner/JarSignerRequest.html#setWorkingDirectory-java.io.File-">setWorkingDirectory</a></span>(<a href="https://docs.oracle.com/javase/8/docs/api/java/io/File.html?is-external=true" title="class or interface in java.io">File</a>&nbsp;workingDirectory)</code>
+<div class="block">Sets the new given value to the field <code>workingDirectory</code> of the request.</div>
+</td>
+</tr>
+</table>
+<ul class="blockList">
+<li class="blockList"><a name="methods.inherited.from.class.org.apache.maven.shared.utils.cli.javatool.JavaToolRequest">
+<!--   -->
+</a>
+<h3>Methods inherited from interface&nbsp;org.apache.maven.shared.utils.cli.javatool.<a href="https://maven.apache.org/shared/maven-shared-utils/apidocs/org/apache/maven/shared/utils/cli/javatool/JavaToolRequest.html?is-external=true" title="class or interface in org.apache.maven.shared.utils.cli.javatool">JavaToolRequest</a></h3>
+<code><a href="https://maven.apache.org/shared/maven-shared-utils/apidocs/org/apache/maven/shared/utils/cli/javatool/JavaToolRequest.html?is-external=true#getSystemErrorStreamConsumer--" title="class or interface in org.apache.maven.shared.utils.cli.javatool">getSystemErrorStreamConsumer</a>, <a href="https://maven.apache.org/shared/maven-shared-utils/apidocs/org/apache/maven/shared/utils/cli/javatool/JavaToolRequest.html?is-external=true#getSystemOutStreamConsumer--" title="class or interface in org.apache.maven.shared.utils.cli.javatool">getSystemOutStreamConsumer</a>, <a href="https://maven.apache.org/shared/maven-shared-utils/apidocs/org/apache/maven/shared/utils/cli/javatool/JavaToolRequest.html?is-external=true#setSystemErrorStreamConsumer-org.apache.maven.shared.utils.cli.StreamConsumer-" title="class or interface in org.apache.maven.shared.utils.cli.javatool">setSystemErrorStreamConsumer</a>, <a href="https://maven.apache.org/shared/maven-shared-utils/apidocs/org/apache/mave
 n/shared/utils/cli/javatool/JavaToolRequest.html?is-external=true#setSystemOutStreamConsumer-org.apache.maven.shared.utils.cli.StreamConsumer-" title="class or interface in org.apache.maven.shared.utils.cli.javatool">setSystemOutStreamConsumer</a></code></li>
+</ul>
+</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="isVerbose--">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>isVerbose</h4>
+<pre>boolean&nbsp;isVerbose()</pre>
+<div class="block">Gets the value of the <code>verbose</code> field.</div>
+<dl>
+<dt><span class="returnLabel">Returns:</span></dt>
+<dd>the value of the <code>verbose</code> field.</dd>
+</dl>
+</li>
+</ul>
+<a name="getKeystore--">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>getKeystore</h4>
+<pre><a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;getKeystore()</pre>
+<div class="block">Gets the value of the <code>keystore</code> field.</div>
+<dl>
+<dt><span class="returnLabel">Returns:</span></dt>
+<dd>the value of the <code>keystore</code> field.</dd>
+</dl>
+</li>
+</ul>
+<a name="getStoretype--">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>getStoretype</h4>
+<pre><a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;getStoretype()</pre>
+<div class="block">Gets the value of the <code>storetype</code> field.</div>
+<dl>
+<dt><span class="returnLabel">Returns:</span></dt>
+<dd>the value of the <code>storetype</code> field.</dd>
+</dl>
+</li>
+</ul>
+<a name="getStorepass--">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>getStorepass</h4>
+<pre><a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;getStorepass()</pre>
+<div class="block">Gets the value of the <code>storepass</code> field.</div>
+<dl>
+<dt><span class="returnLabel">Returns:</span></dt>
+<dd>the value of the <code>storepass</code> field.</dd>
+</dl>
+</li>
+</ul>
+<a name="getProviderName--">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>getProviderName</h4>
+<pre><a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;getProviderName()</pre>
+<div class="block">Gets the value of the <code>providerName</code> field.</div>
+<dl>
+<dt><span class="returnLabel">Returns:</span></dt>
+<dd>the value of the <code>providerName</code> field.</dd>
+</dl>
+</li>
+</ul>
+<a name="getProviderClass--">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>getProviderClass</h4>
+<pre><a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;getProviderClass()</pre>
+<div class="block">Gets the value of the <code>providerClass</code> field.</div>
+<dl>
+<dt><span class="returnLabel">Returns:</span></dt>
+<dd>the value of the <code>providerClass</code> field.</dd>
+</dl>
+</li>
+</ul>
+<a name="getProviderArg--">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>getProviderArg</h4>
+<pre><a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;getProviderArg()</pre>
+<div class="block">Gets the value of the <code>providerArg</code> field.</div>
+<dl>
+<dt><span class="returnLabel">Returns:</span></dt>
+<dd>the value of the <code>providerArg</code> field.</dd>
+</dl>
+</li>
+</ul>
+<a name="getAlias--">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>getAlias</h4>
+<pre><a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;getAlias()</pre>
+<div class="block">Gets the value of the <code>alias</code> field.</div>
+<dl>
+<dt><span class="returnLabel">Returns:</span></dt>
+<dd>the value of the <code>alias</code> field.</dd>
+</dl>
+</li>
+</ul>
+<a name="getMaxMemory--">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>getMaxMemory</h4>
+<pre><a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;getMaxMemory()</pre>
+<div class="block">Gets the value of the <code>maxMemory</code> field.</div>
+<dl>
+<dt><span class="returnLabel">Returns:</span></dt>
+<dd>the value of the <code>maxMemory</code> field.</dd>
+</dl>
+</li>
+</ul>
+<a name="getArguments--">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>getArguments</h4>
+<pre><a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>[]&nbsp;getArguments()</pre>
+<div class="block">Gets the value of the <code>maxMemory</code> field.</div>
+<dl>
+<dt><span class="returnLabel">Returns:</span></dt>
+<dd>the value of the <code>maxMemory</code> field.</dd>
+</dl>
+</li>
+</ul>
+<a name="getWorkingDirectory--">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>getWorkingDirectory</h4>
+<pre><a href="https://docs.oracle.com/javase/8/docs/api/java/io/File.html?is-external=true" title="class or interface in java.io">File</a>&nbsp;getWorkingDirectory()</pre>
+<div class="block">Gets the value of the <code>workingDirectory</code> field.</div>
+<dl>
+<dt><span class="returnLabel">Returns:</span></dt>
+<dd>the value of the <code>workingDirectory</code> field.</dd>
+</dl>
+</li>
+</ul>
+<a name="getArchive--">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>getArchive</h4>
+<pre><a href="https://docs.oracle.com/javase/8/docs/api/java/io/File.html?is-external=true" title="class or interface in java.io">File</a>&nbsp;getArchive()</pre>
+<div class="block">Gets the value of the <code>archive</code> field.
+ <p>
+ The archive field is in fact the file on which the jarsigner request will be executed.
+ </p></div>
+<dl>
+<dt><span class="returnLabel">Returns:</span></dt>
+<dd>the value of the <code>archive</code> field.</dd>
+</dl>
+</li>
+</ul>
+<a name="isProtectedAuthenticationPath--">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>isProtectedAuthenticationPath</h4>
+<pre>boolean&nbsp;isProtectedAuthenticationPath()</pre>
+<div class="block">Gets the value of the command line tool parameter <pre>protected</pre></div>
+<dl>
+<dt><span class="returnLabel">Returns:</span></dt>
+<dd>true iff the password must be given via a protected
+ authentication path such as a dedicated PIN reader</dd>
+</dl>
+</li>
+</ul>
+<a name="setVerbose-boolean-">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>setVerbose</h4>
+<pre>void&nbsp;setVerbose(boolean&nbsp;verbose)</pre>
+<div class="block">Sets the new given value to the field <code>verbose</code> of the request.</div>
+<dl>
+<dt><span class="paramLabel">Parameters:</span></dt>
+<dd><code>verbose</code> - the new value of the field <code>verbose</code>.</dd>
+</dl>
+</li>
+</ul>
+<a name="setKeystore-java.lang.String-">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>setKeystore</h4>
+<pre>void&nbsp;setKeystore(<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;keystore)</pre>
+<div class="block">Sets the new given value to the field <code>keystore</code> of the request.</div>
+<dl>
+<dt><span class="paramLabel">Parameters:</span></dt>
+<dd><code>keystore</code> - the new value of the field <code>keystore</code>.</dd>
+</dl>
+</li>
+</ul>
+<a name="setStoretype-java.lang.String-">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>setStoretype</h4>
+<pre>void&nbsp;setStoretype(<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;storetype)</pre>
+<div class="block">Sets the new given value to the field <code>storetype</code> of the request.</div>
+<dl>
+<dt><span class="paramLabel">Parameters:</span></dt>
+<dd><code>storetype</code> - the new value of the field <code>storetype</code>.</dd>
+</dl>
+</li>
+</ul>
+<a name="setStorepass-java.lang.String-">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>setStorepass</h4>
+<pre>void&nbsp;setStorepass(<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;storepass)</pre>
+<div class="block">Sets the new given value to the field <code>storepass</code> of the request.</div>
+<dl>
+<dt><span class="paramLabel">Parameters:</span></dt>
+<dd><code>storepass</code> - the new value of the field <code>storepass</code>.</dd>
+</dl>
+</li>
+</ul>
+<a name="setAlias-java.lang.String-">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>setAlias</h4>
+<pre>void&nbsp;setAlias(<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;alias)</pre>
+<div class="block">Sets the new given value to the field <code>alias</code> of the request.</div>
+<dl>
+<dt><span class="paramLabel">Parameters:</span></dt>
+<dd><code>alias</code> - the new value of the field <code>alias</code>.</dd>
+</dl>
+</li>
+</ul>
+<a name="setProviderName-java.lang.String-">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>setProviderName</h4>
+<pre>void&nbsp;setProviderName(<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;providerName)</pre>
+<div class="block">Sets the new given value to the field <code>providerName</code> of the request.</div>
+<dl>
+<dt><span class="paramLabel">Parameters:</span></dt>
+<dd><code>providerName</code> - the new value of the field <code>providerName</code>.</dd>
+</dl>
+</li>
+</ul>
+<a name="setProviderClass-java.lang.String-">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>setProviderClass</h4>
+<pre>void&nbsp;setProviderClass(<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;providerClass)</pre>
+<div class="block">Sets the new given value to the field <code>providerClass</code> of the request.</div>
+<dl>
+<dt><span class="paramLabel">Parameters:</span></dt>
+<dd><code>providerClass</code> - the new value of the field <code>providerClass</code>.</dd>
+</dl>
+</li>
+</ul>
+<a name="setProviderArg-java.lang.String-">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>setProviderArg</h4>
+<pre>void&nbsp;setProviderArg(<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;providerArg)</pre>
+<div class="block">Sets the new given value to the field <code>providerArg</code> of the request.</div>
+<dl>
+<dt><span class="paramLabel">Parameters:</span></dt>
+<dd><code>providerArg</code> - the new value of the field <code>providerArg</code>.</dd>
+</dl>
+</li>
+</ul>
+<a name="setMaxMemory-java.lang.String-">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>setMaxMemory</h4>
+<pre>void&nbsp;setMaxMemory(<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;maxMemory)</pre>
+<div class="block">Sets the new given value to the field <code>maxMemory</code> of the request.</div>
+<dl>
+<dt><span class="paramLabel">Parameters:</span></dt>
+<dd><code>maxMemory</code> - the new value of the field <code>maxMemory</code>.</dd>
+</dl>
+</li>
+</ul>
+<a name="setArguments-java.lang.String...-">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>setArguments</h4>
+<pre>void&nbsp;setArguments(<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>...&nbsp;arguments)</pre>
+<div class="block">Sets the new given value to the field <code>arguments</code> of the request.</div>
+<dl>
+<dt><span class="paramLabel">Parameters:</span></dt>
+<dd><code>arguments</code> - the new value of the field <code>arguments</code>.</dd>
+</dl>
+</li>
+</ul>
+<a name="setWorkingDirectory-java.io.File-">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>setWorkingDirectory</h4>
+<pre>void&nbsp;setWorkingDirectory(<a href="https://docs.oracle.com/javase/8/docs/api/java/io/File.html?is-external=true" title="class or interface in java.io">File</a>&nbsp;workingDirectory)</pre>
+<div class="block">Sets the new given value to the field <code>workingDirectory</code> of the request.</div>
+<dl>
+<dt><span class="paramLabel">Parameters:</span></dt>
+<dd><code>workingDirectory</code> - the new value of the field <code>workingDirectory</code>.</dd>
+</dl>
+</li>
+</ul>
+<a name="setArchive-java.io.File-">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>setArchive</h4>
+<pre>void&nbsp;setArchive(<a href="https://docs.oracle.com/javase/8/docs/api/java/io/File.html?is-external=true" title="class or interface in java.io">File</a>&nbsp;archive)</pre>
+<div class="block">Sets the new given value to the field <code>archive</code> of the request.</div>
+<dl>
+<dt><span class="paramLabel">Parameters:</span></dt>
+<dd><code>archive</code> - the new value of the field <code>archive</code>.</dd>
+</dl>
+</li>
+</ul>
+<a name="setProtectedAuthenticationPath-boolean-">
+<!--   -->
+</a>
+<ul class="blockListLast">
+<li class="blockList">
+<h4>setProtectedAuthenticationPath</h4>
+<pre>void&nbsp;setProtectedAuthenticationPath(boolean&nbsp;protectedAuthenticationPath)</pre>
+<div class="block">Sets the value of the command line tool parameter <pre>protected</pre></div>
+<dl>
+<dt><span class="paramLabel">Parameters:</span></dt>
+<dd><code>protectedAuthenticationPath</code> - iff the password must be given via a protected
+                                    authentication path such as a dedicated PIN reader</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>
+<div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div>
+<a name="navbar.bottom.firstrow">
+<!--   -->
+</a>
+<ul class="navList" title="Navigation">
+<li><a href="../../../../../org/apache/maven/shared/jarsigner/package-summary.html">Package</a></li>
+<li class="navBarCell1Rev">Class</li>
+<li><a href="class-use/JarSignerRequest.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>
+<div class="subNav">
+<ul class="navList">
+<li><a href="../../../../../org/apache/maven/shared/jarsigner/JarSignerCommandLineBuilder.html" title="class in org.apache.maven.shared.jarsigner"><span class="typeNameLink">Prev&nbsp;Class</span></a></li>
+<li><a href="../../../../../org/apache/maven/shared/jarsigner/JarSignerSignRequest.html" title="class in org.apache.maven.shared.jarsigner"><span class="typeNameLink">Next&nbsp;Class</span></a></li>
+</ul>
+<ul class="navList">
+<li><a href="../../../../../index.html?org/apache/maven/shared/jarsigner/JarSignerRequest.html" target="_top">Frames</a></li>
+<li><a href="JarSignerRequest.html" target="_top">No&nbsp;Frames</a></li>
+</ul>
+<ul class="navList" id="allclasses_navbar_bottom">
+<li><a href="../../../../../allclasses-noframe.html">All&nbsp;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:&nbsp;</li>
+<li>Nested&nbsp;|&nbsp;</li>
+<li>Field&nbsp;|&nbsp;</li>
+<li>Constr&nbsp;|&nbsp;</li>
+<li><a href="#method.summary">Method</a></li>
+</ul>
+<ul class="subNavList">
+<li>Detail:&nbsp;</li>
+<li>Field&nbsp;|&nbsp;</li>
+<li>Constr&nbsp;|&nbsp;</li>
+<li><a href="#method.detail">Method</a></li>
+</ul>
+</div>
+<a name="skip.navbar.bottom">
+<!--   -->
+</a></div>
+<!-- ======== END OF BOTTOM NAVBAR ======= -->
+<p class="legalCopy"><small>Copyright &#169; 2002&#x2013;2018 <a href="https://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p>
+</body>
 </html>
\ No newline at end of file