org.codehaus.mojo.keytool.requests
Class KeyToolImportCertificateRequest

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.KeyToolImportCertificateRequest
All Implemented Interfaces:
KeyToolRequest, KeyToolRequestWithKeyStoreAndAliasParameters, KeyToolRequestWithKeyStoreParameters

public class KeyToolImportCertificateRequest
extends AbstractKeyToolRequestWithKeyStoreAndAliasParameters

Request to import a certificate using the KeyTool tool.

Since:
1.1
Author:
tchemit

Constructor Summary
KeyToolImportCertificateRequest()
           
 
Method Summary
 String getFile()
          Gets the value of the file field.
 String getKeypass()
          Gets the value of the keypass field.
 boolean isNoprompt()
          Gets the value of the noprompt field.
 boolean isTrustcacerts()
          Gets the value of the trustcacerts field.
 void setFile(String file)
           
 void setKeypass(String keypass)
          Sets the new given value to the field keypass of the request.
 void setNoprompt(boolean noprompt)
           
 void setTrustcacerts(boolean trustcacerts)
           
 
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

KeyToolImportCertificateRequest

public KeyToolImportCertificateRequest()
Method Detail

getFile

public String getFile()
Gets the value of the file field.

Returns:
the value of the file field

setFile

public void setFile(String file)
Parameters:
file - value of the field file to set

isNoprompt

public boolean isNoprompt()
Gets the value of the noprompt field.

Returns:
the value of the noprompt field

setNoprompt

public void setNoprompt(boolean noprompt)
Parameters:
noprompt - value of the field noprompt to set

isTrustcacerts

public boolean isTrustcacerts()
Gets the value of the trustcacerts field.

Returns:
the value of the trustcacerts field

setTrustcacerts

public void setTrustcacerts(boolean trustcacerts)
Parameters:
trustcacerts - value of the field trustcacerts 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 © 2005-2012 Codehaus. All Rights Reserved.