public class KeyToolGenerateCertificateRequest extends AbstractKeyToolRequestWithKeyStoreAndAliasParameters
| Constructor and Description |
|---|
KeyToolGenerateCertificateRequest() |
| Modifier and Type | Method and Description |
|---|---|
String |
getDname()
Gets the value of the
dname field. |
String |
getExt()
Gets the value of the
ext field. |
File |
getInfile()
Gets the value of the
infile field. |
String |
getKeypass()
Gets the value of the
keypass field. |
File |
getOutfile()
Gets the value of the
outfile field. |
String |
getSigalg()
Gets the value of the
sigalg field. |
String |
getStartdate()
Gets the value of the
startdate field. |
String |
getValidity()
Gets the value of the
validity field. |
boolean |
isRfc()
Gets the value of the
rfc field. |
void |
setDname(String dname) |
void |
setExt(String ext) |
void |
setInfile(File infile) |
void |
setKeypass(String keypass)
Sets the new given value to the field
keypass of the request. |
void |
setOutfile(File outfile) |
void |
setRfc(boolean rfc) |
void |
setSigalg(String sigalg) |
void |
setStartdate(String startdate) |
void |
setValidity(String validity) |
getAlias, isPasswordProtected, setAlias, setPasswordProtectedgetKeystore, getProviderarg, getProviderclass, getProvidername, getProviderpath, getStorepass, getStoretype, setKeystore, setProviderarg, setProviderclass, setProvidername, setProviderpath, setStorepass, setStoretypegetArguments, getWorkingDirectory, isVerbose, setArguments, setVerbose, setWorkingDirectorygetSystemErrorStreamConsumer, getSystemOutStreamConsumer, setSystemErrorStreamConsumer, setSystemOutStreamConsumerclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetKeystore, getProviderarg, getProviderclass, getProvidername, getProviderpath, getStorepass, getStoretype, setKeystore, setProviderarg, setProviderclass, setProvidername, setProviderpath, setStorepass, setStoretypegetArguments, getWorkingDirectory, isVerbose, setArguments, setVerbose, setWorkingDirectorypublic void setRfc(boolean rfc)
rfc - value of the field rfc to setpublic File getInfile()
infile field.infile fieldpublic File getOutfile()
outfile field.outfile fieldpublic void setOutfile(File outfile)
outfile - value of the field outfile to setpublic String getSigalg()
sigalg field.sigalg fieldpublic String getDname()
dname field.dname fieldpublic String getStartdate()
startdate field.startdate fieldpublic void setStartdate(String startdate)
startdate - value of the field startdate to setpublic String getValidity()
validity field.validity fieldpublic void setValidity(String validity)
validity - value of the field validity to setpublic String getKeypass()
keypass field.keypass field.public void setKeypass(String keypass)
keypass of the request.keypass - the new value of the field keypass.Copyright © 2012–2015 Codehaus. All rights reserved.