public class JarSignerSignRequest extends AbstractJarSignerRequest
| Modifier and Type | Field and Description |
|---|---|
protected File |
certchain
Location of the extra certchain file to be used during signing.
|
protected File |
signedjar
See options.
|
protectedAuthenticationPath| Constructor and Description |
|---|
JarSignerSignRequest() |
| Modifier and Type | Method and Description |
|---|---|
File |
getCertchain()
Get certificate chain.
|
String |
getKeypass() |
String |
getSigfile() |
File |
getSignedjar() |
String |
getTsaAlias() |
String |
getTsaLocation() |
void |
setCertchain(File certchain)
Sets certchain to be used.
|
void |
setKeypass(String keypass) |
void |
setSigfile(String sigfile) |
void |
setSignedjar(File signedjar) |
void |
setTsaAlias(String tsaAlias) |
void |
setTsaLocation(String tsaLocation) |
getAlias, getArchive, getArguments, getKeystore, getMaxMemory, getProviderArg, getProviderClass, getProviderName, getStorepass, getStoretype, getWorkingDirectory, isProtectedAuthenticationPath, isVerbose, setAlias, setArchive, setArguments, setKeystore, setMaxMemory, setProtectedAuthenticationPath, setProviderArg, setProviderClass, setProviderName, setStorepass, setStoretype, setVerbose, setWorkingDirectorygetSystemErrorStreamConsumer, getSystemOutStreamConsumer, setSystemErrorStreamConsumer, setSystemOutStreamConsumerclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetSystemErrorStreamConsumer, getSystemOutStreamConsumer, setSystemErrorStreamConsumer, setSystemOutStreamConsumerpublic String getKeypass()
public String getSigfile()
public String getTsaLocation()
public String getTsaAlias()
public void setKeypass(String keypass)
public void setSigfile(String sigfile)
public void setTsaLocation(String tsaLocation)
public void setTsaAlias(String tsaAlias)
public File getSignedjar()
public void setSignedjar(File signedjar)
public void setCertchain(File certchain)
certchain - Cert Chain file path or null to remove the optionpublic File getCertchain()
null if undefinedCopyright © 2002–2018 The Apache Software Foundation. All rights reserved.