|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.codehaus.mojo.keytool.requests.AbstractKeyToolRequest
org.codehaus.mojo.keytool.requests.AbstractKeyToolRequestWithKeyStoreParameters
org.codehaus.mojo.keytool.requests.AbstractKeyToolRequestWithKeyStoreAndAliasParameters
org.codehaus.mojo.keytool.requests.KeyToolGenerateCertificateRequest
public class KeyToolGenerateCertificateRequest
Request to do a Generate certificate from a certificate request using the KeyTool tool.
Note: Such a request requires a jdk >= 1.7.
| Constructor Summary | |
|---|---|
KeyToolGenerateCertificateRequest()
|
|
| Method Summary | |
|---|---|
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)
|
| Methods inherited from class org.codehaus.mojo.keytool.requests.AbstractKeyToolRequestWithKeyStoreAndAliasParameters |
|---|
getAlias, isPasswordProtected, setAlias, setPasswordProtected |
| Methods inherited from class org.codehaus.mojo.keytool.requests.AbstractKeyToolRequestWithKeyStoreParameters |
|---|
getKeystore, getProviderarg, getProviderclass, getProvidername, getProviderpath, getStorepass, getStoretype, setKeystore, setProviderarg, setProviderclass, setProvidername, setProviderpath, setStorepass, setStoretype |
| Methods inherited from class org.codehaus.mojo.keytool.requests.AbstractKeyToolRequest |
|---|
getArguments, getSystemErrorStreamConsumer, getSystemOutStreamConsumer, getWorkingDirectory, isVerbose, setArguments, setSystemErrorStreamConsumer, setSystemOutStreamConsumer, setVerbose, setWorkingDirectory |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface org.codehaus.mojo.keytool.KeyToolRequestWithKeyStoreParameters |
|---|
getKeystore, getProviderarg, getProviderclass, getProvidername, getProviderpath, getStorepass, getStoretype, setKeystore, setProviderarg, setProviderclass, setProvidername, setProviderpath, setStorepass, setStoretype |
| Methods inherited from interface org.codehaus.mojo.keytool.KeyToolRequest |
|---|
getArguments, getSystemErrorStreamConsumer, getSystemOutStreamConsumer, getWorkingDirectory, isVerbose, setArguments, setSystemErrorStreamConsumer, setSystemOutStreamConsumer, setVerbose, setWorkingDirectory |
| Constructor Detail |
|---|
public KeyToolGenerateCertificateRequest()
| Method Detail |
|---|
public boolean isRfc()
rfc field.
rfc fieldpublic void setRfc(boolean rfc)
rfc - value of the field rfc to setpublic File getInfile()
infile field.
infile fieldpublic void setInfile(File infile)
infile - value of the field infile to setpublic File getOutfile()
outfile field.
outfile fieldpublic void setOutfile(File outfile)
outfile - value of the field outfile to setpublic String getSigalg()
sigalg field.
sigalg fieldpublic void setSigalg(String sigalg)
sigalg - value of the field sigalg to setpublic String getDname()
dname field.
dname fieldpublic void setDname(String dname)
dname - value of the field dname to setpublic String getStartdate()
startdate field.
startdate fieldpublic void setStartdate(String startdate)
startdate - value of the field startdate to setpublic String getExt()
ext field.
ext fieldpublic void setExt(String ext)
ext - value of the field ext 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.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||