JarSignerRequest
, org.apache.maven.shared.utils.cli.javatool.JavaToolRequest
public class JarSignerSignRequest extends AbstractJarSignerRequest
Modifier and Type | Field | Description |
---|---|---|
protected File |
certchain |
Location of the extra certchain file to be used during signing.
|
protected File |
signedjar |
See options.
|
protectedAuthenticationPath
Constructor | Description |
---|---|
JarSignerSignRequest() |
Modifier and Type | Method | 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, setWorkingDirectory
getSystemErrorStreamConsumer, getSystemOutStreamConsumer, setSystemErrorStreamConsumer, setSystemOutStreamConsumer
public 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–2019 The Apache Software Foundation. All rights reserved.