org.codehaus.mojo.keytool.requests
Class AbstractKeyToolRequestWithKeyStoreAndAliasParameters
java.lang.Object
org.codehaus.mojo.keytool.requests.AbstractKeyToolRequest
org.codehaus.mojo.keytool.requests.AbstractKeyToolRequestWithKeyStoreParameters
org.codehaus.mojo.keytool.requests.AbstractKeyToolRequestWithKeyStoreAndAliasParameters
- All Implemented Interfaces:
- KeyToolRequest, KeyToolRequestWithKeyStoreAndAliasParameters, KeyToolRequestWithKeyStoreParameters
- Direct Known Subclasses:
- KeyToolChangeAliasRequest, KeyToolChangeKeyPasswordRequest, KeyToolDeleteRequest, KeyToolExportCertificateRequest, KeyToolGenerateCertificateRequest, KeyToolGenerateCertificateRequestRequest, KeyToolGenerateKeyPairRequest, KeyToolGenerateSecretKeyRequest, KeyToolImportCertificateRequest, KeyToolListRequest
public abstract class AbstractKeyToolRequestWithKeyStoreAndAliasParameters
- extends AbstractKeyToolRequestWithKeyStoreParameters
- implements KeyToolRequestWithKeyStoreAndAliasParameters
Specifies the commons parameters used to control a key tool invocation which have propviders options.
- Since:
- 1.1
- Version:
- $Id: AbstractKeyToolRequestWithKeyStoreAndAliasParameters.java 15796 2012-01-29 16:07:29Z tchemit $
- 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 |
AbstractKeyToolRequestWithKeyStoreAndAliasParameters
public AbstractKeyToolRequestWithKeyStoreAndAliasParameters()
isPasswordProtected
public final boolean isPasswordProtected()
- Gets the value of the
passwordProtected
field.
- Specified by:
isPasswordProtected
in interface KeyToolRequestWithKeyStoreAndAliasParameters
- Returns:
- the value of the
passwordProtected
field
setPasswordProtected
public final void setPasswordProtected(boolean passwordProtected)
-
- Specified by:
setPasswordProtected
in interface KeyToolRequestWithKeyStoreAndAliasParameters
- Parameters:
passwordProtected
- value of the field passwordProtected
to set
getAlias
public final String getAlias()
- Gets the value of the
alias
field.
- Specified by:
getAlias
in interface KeyToolRequestWithKeyStoreAndAliasParameters
- Returns:
- the value of the
alias
field.
setAlias
public final void setAlias(String alias)
- Sets the new given value to the field
alias
of the request.
- Specified by:
setAlias
in interface KeyToolRequestWithKeyStoreAndAliasParameters
- Parameters:
alias
- the new value of the field alias
.
Copyright © 2005-2012 Codehaus. All Rights Reserved.