org.eparapher.rcp.wizards
Class PinOrPassphraseWizard

java.lang.Object
  extended by org.eclipse.jface.wizard.Wizard
      extended by org.eparapher.rcp.wizards.PinOrPassphraseWizard
All Implemented Interfaces:
org.eclipse.jface.wizard.IWizard

public class PinOrPassphraseWizard
extends org.eclipse.jface.wizard.Wizard


Field Summary
 
Fields inherited from class org.eclipse.jface.wizard.Wizard
DEFAULT_IMAGE
 
Constructor Summary
PinOrPassphraseWizard(boolean m_is_new_passphrase, boolean misPK, String m_pk_alias_name)
           
 
Method Summary
 void addPages()
           
 String askForSecret()
           
 String getSecret()
           
 boolean performFinish()
           
 
Methods inherited from class org.eclipse.jface.wizard.Wizard
addPage, canFinish, createPageControls, dispose, getContainer, getDefaultPageImage, getDialogSettings, getNextPage, getPage, getPageCount, getPages, getPreviousPage, getShell, getStartingPage, getTitleBarColor, getWindowTitle, isHelpAvailable, needsPreviousAndNextButtons, needsProgressMonitor, performCancel, setContainer, setDefaultPageImageDescriptor, setDialogSettings, setForcePreviousAndNextButtons, setHelpAvailable, setNeedsProgressMonitor, setTitleBarColor, setWindowTitle
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PinOrPassphraseWizard

public PinOrPassphraseWizard(boolean m_is_new_passphrase,
                             boolean misPK,
                             String m_pk_alias_name)
Parameters:
m_is_new_passphrase - true if defining a new secret, false if it's an existing secret input
misPK - true if it's a private key secret, false if it's a keystore secret
m_pk_alias_name - the alias string
Method Detail

addPages

public void addPages()
Specified by:
addPages in interface org.eclipse.jface.wizard.IWizard
Overrides:
addPages in class org.eclipse.jface.wizard.Wizard

getSecret

public String getSecret()

performFinish

public boolean performFinish()
Specified by:
performFinish in interface org.eclipse.jface.wizard.IWizard
Specified by:
performFinish in class org.eclipse.jface.wizard.Wizard

askForSecret

public String askForSecret()


Copyright © 2009 eParapher Software Foundation. All Rights Reserved.