org.codehaus.mojo.keytool.requests
Class KeyToolImportCertificateRequest
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.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
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 |
KeyToolImportCertificateRequest
public KeyToolImportCertificateRequest()
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.