org.codehaus.mojo.keytool
Interface KeyToolRequestWithKeyStoreAndAliasParameters

All Superinterfaces:
KeyToolRequest, KeyToolRequestWithKeyStoreParameters
All Known Implementing Classes:
AbstractKeyToolRequestWithKeyStoreAndAliasParameters, KeyToolChangeAliasRequest, KeyToolChangeKeyPasswordRequest, KeyToolDeleteRequest, KeyToolExportCertificateRequest, KeyToolGenerateCertificateRequest, KeyToolGenerateCertificateRequestRequest, KeyToolGenerateKeyPairRequest, KeyToolGenerateSecretKeyRequest, KeyToolImportCertificateRequest, KeyToolListRequest

public interface KeyToolRequestWithKeyStoreAndAliasParameters
extends KeyToolRequestWithKeyStoreParameters

Specifies the common parameters used to control a KeyTool tool invocation.

Since:
1.1
Version:
$Id: KeyToolRequestWithKeyStoreAndAliasParameters.java 15796 2012-01-29 16:07:29Z tchemit $
Author:
tchemit

Method Summary
 String getAlias()
          Gets the value of the alias field.
 boolean isPasswordProtected()
          Gets the value of the passwordProtected field.
 void setAlias(String alias)
          Sets the new given value to the field alias of the request.
 void setPasswordProtected(boolean passwordProtected)
           
 
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
 

Method Detail

getAlias

String getAlias()
Gets the value of the alias field.

Returns:
the value of the alias field.

setAlias

void setAlias(String alias)
Sets the new given value to the field alias of the request.

Parameters:
alias - the new value of the field alias.

isPasswordProtected

boolean isPasswordProtected()
Gets the value of the passwordProtected field.

Returns:
the value of the passwordProtected field

setPasswordProtected

void setPasswordProtected(boolean passwordProtected)
Parameters:
passwordProtected - value of the field passwordProtected to set


Copyright © 2005-2012 Codehaus. All Rights Reserved.