com.mindbright.ssh
Class SSHKeyGenerationDialogSwing

java.lang.Object
  extended by com.mindbright.ssh.SSHKeyGenerationDialog
      extended by com.mindbright.ssh.SSHKeyGenerationDialogSwing

public final class SSHKeyGenerationDialogSwing
extends SSHKeyGenerationDialog


Field Summary
 
Fields inherited from class com.mindbright.ssh.SSHKeyGenerationDialog
client, EDIT_TITLE, KEY_LENGTHS, KEY_TYPES, keyGenerationComplete, keyGenerationHelp, LBL_1024, LBL_BTN_BACK, LBL_BTN_CANCEL, LBL_BTN_CLOSE, LBL_BTN_GENERATE, LBL_BTN_SAVE, LBL_COMMENT, LBL_DOT_DOT_DOT, LBL_DSA, LBL_IDENTITY, LBL_KEY_LENGTH, LBL_KEY_TYPE, LBL_OPENSSH, LBL_PASSWORD, LBL_PASSWORD_AGAIN, LBL_SSHCOM, LBL_SUBJECT, parent, PASS_TITLE, TEXT_GENERATING
 
Constructor Summary
SSHKeyGenerationDialogSwing()
           
 
Method Summary
static void editKeyDialog(java.lang.String title, java.awt.Frame par, SSHInteractiveClient cli)
           
static void show(java.lang.String title, java.awt.Frame par, SSHInteractiveClient cli)
           
 
Methods inherited from class com.mindbright.ssh.SSHKeyGenerationDialog
alert, checkValues, expandFileName, generateKeyPair, getDefaultFileName, getOutput, getSaveFile, saveKeyPair
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SSHKeyGenerationDialogSwing

public SSHKeyGenerationDialogSwing()
Method Detail

show

public static void show(java.lang.String title,
                        java.awt.Frame par,
                        SSHInteractiveClient cli)

editKeyDialog

public static void editKeyDialog(java.lang.String title,
                                 java.awt.Frame par,
                                 SSHInteractiveClient cli)