com.mindbright.ssh
Class SSHKeyGenerationDialog

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

public class SSHKeyGenerationDialog
extends java.lang.Object


Constructor Summary
SSHKeyGenerationDialog()
           
 
Method Summary
static void editKeyDialog(java.lang.String title, java.awt.Component par, SSHInteractiveClient cli)
           
static java.security.KeyPair generateKeyPair(java.lang.String alg, int bits)
           
static void show(java.lang.String title, java.awt.Component par, SSHInteractiveClient cli)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SSHKeyGenerationDialog

public SSHKeyGenerationDialog()
Method Detail

generateKeyPair

public static java.security.KeyPair generateKeyPair(java.lang.String alg,
                                                    int bits)
                                             throws java.security.NoSuchAlgorithmException
Throws:
java.security.NoSuchAlgorithmException

show

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

editKeyDialog

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