org.codehaus.mojo.keytool.requests
Class KeyToolGenerateCertificateRequestRequest
java.lang.Object
org.codehaus.mojo.keytool.requests.AbstractKeyToolRequest
org.codehaus.mojo.keytool.requests.AbstractKeyToolRequestWithKeyStoreParameters
org.codehaus.mojo.keytool.requests.AbstractKeyToolRequestWithKeyStoreAndAliasParameters
org.codehaus.mojo.keytool.requests.KeyToolGenerateCertificateRequestRequest
- All Implemented Interfaces:
- KeyToolRequest, KeyToolRequestWithKeyStoreAndAliasParameters, KeyToolRequestWithKeyStoreParameters
public class KeyToolGenerateCertificateRequestRequest
- extends AbstractKeyToolRequestWithKeyStoreAndAliasParameters
Request to do a Generate certificate request using the KeyTool tool.
- Since:
- 1.1
- Author:
- tchemit
| 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 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 |
KeyToolGenerateCertificateRequestRequest
public KeyToolGenerateCertificateRequestRequest()
getFile
public File getFile()
- Gets the value of the
file field.
- Returns:
- the value of the
file field
setFile
public void setFile(File file)
- Parameters:
file - value of the field file to set
getSigalg
public String getSigalg()
- Gets the value of the
sigalg field.
- Returns:
- the value of the
sigalg field
setSigalg
public void setSigalg(String sigalg)
- Parameters:
sigalg - value of the field sigalg to set
getDname
public String getDname()
- Gets the value of the
dname field.
- Returns:
- the value of the
dname field
setDname
public void setDname(String dname)
- Parameters:
dname - value of the field dname to set
getKeypass
public String getKeypass()
- Gets the value of the
keypass field.
- Returns:
- the value of the
keypass field.
setKeypass
public void setKeypass(String keypass)
- Sets the new given value to the field
keypass of the request.
- Parameters:
keypass - the new value of the field keypass.
Copyright © 2012 Codehaus. All Rights Reserved.