org.codehaus.mojo.keytool.requests
Class KeyToolChangeStorePasswordRequest
java.lang.Object
org.codehaus.mojo.keytool.requests.AbstractKeyToolRequest
org.codehaus.mojo.keytool.requests.AbstractKeyToolRequestWithKeyStoreParameters
org.codehaus.mojo.keytool.requests.KeyToolChangeStorePasswordRequest
- All Implemented Interfaces:
- KeyToolRequest, KeyToolRequestWithKeyStoreParameters
public class KeyToolChangeStorePasswordRequest
- extends AbstractKeyToolRequestWithKeyStoreParameters
Request to change the store password of a keystore 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 |
KeyToolChangeStorePasswordRequest
public KeyToolChangeStorePasswordRequest()
getNewPassword
public String getNewPassword()
- Gets the value of the
newPassword
field.
- Returns:
- the value of the
newPassword
field
setNewPassword
public void setNewPassword(String newPassword)
- Parameters:
newPassword
- value of the field newPassword
to set
Copyright © 2005-2012 Codehaus. All Rights Reserved.