org.codehaus.mojo.keytool.requests
Class KeyToolGenerateKeyPairRequest

java.lang.Object
  extended by org.codehaus.mojo.keytool.requests.AbstractKeyToolRequest
      extended by org.codehaus.mojo.keytool.requests.AbstractKeyToolRequestWithKeyStoreParameters
          extended by org.codehaus.mojo.keytool.requests.AbstractKeyToolRequestWithKeyStoreAndAliasParameters
              extended by org.codehaus.mojo.keytool.requests.KeyToolGenerateKeyPairRequest
All Implemented Interfaces:
KeyToolRequest, KeyToolRequestWithKeyStoreAndAliasParameters, KeyToolRequestWithKeyStoreParameters

public class KeyToolGenerateKeyPairRequest
extends AbstractKeyToolRequestWithKeyStoreAndAliasParameters

Request to generate a key pair using the KeyTool tool.

Since:
1.1
Author:
tchemit

Constructor Summary
KeyToolGenerateKeyPairRequest()
           
 
Method Summary
 String getDname()
          Gets the value of the dname field.
 String getExt()
          Gets the value of the ext field.
 String getKeyalg()
          Gets the value of the keyalg field.
 String getKeypass()
          Gets the value of the keypass field.
 String getKeysize()
          Gets the value of the keysize 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.
 void setDname(String dname)
           
 void setExt(String ext)
           
 void setKeyalg(String keyalg)
           
 void setKeypass(String keypass)
          Sets the new given value to the field keypass of the request.
 void setKeysize(String keysize)
           
 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

KeyToolGenerateKeyPairRequest

public KeyToolGenerateKeyPairRequest()
Method Detail

getKeyalg

public String getKeyalg()
Gets the value of the keyalg field.

Returns:
the value of the keyalg field

setKeyalg

public void setKeyalg(String keyalg)
Parameters:
keyalg - value of the field keyalg to set

getKeysize

public String getKeysize()
Gets the value of the keysize field.

Returns:
the value of the keysize field

setKeysize

public void setKeysize(String keysize)
Parameters:
keysize - value of the field keysize 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.

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

getValidity

public String getValidity()
Gets the value of the validity field.

Returns:
the value of the validity field

setValidity

public void setValidity(String validity)
Parameters:
validity - value of the field validity 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

getStartdate

public String getStartdate()
Gets the value of the startdate field.

Returns:
the value of the startdate field

setStartdate

public void setStartdate(String startdate)
Parameters:
startdate - value of the field startdate to set

getExt

public String getExt()
Gets the value of the ext field.

Returns:
the value of the ext field

setExt

public void setExt(String ext)
Parameters:
ext - value of the field ext to set


Copyright © 2005-2012 Codehaus. All Rights Reserved.