com.sshtools.common.keygen
Class KeygenPanel
JPanel
com.sshtools.common.keygen.KeygenPanel
- ActionListener, DocumentListener
public class KeygenPanel
extends JPanel
implements DocumentListener, ActionListener
CHANGE_PASSPHRASE
public static final int CHANGE_PASSPHRASE
CONVERT_IETF_SECSH_TO_OPENSSH
public static final int CONVERT_IETF_SECSH_TO_OPENSSH
CONVERT_OPENSSH_TO_IETF_SECSH
public static final int CONVERT_OPENSSH_TO_IETF_SECSH
GENERATE_KEY_PAIR
public static final int GENERATE_KEY_PAIR
KeygenPanel
public KeygenPanel()
Creates a new KeygenPanel object.
actionPerformed
public void actionPerformed(ActionEvent evt)
changedUpdate
public void changedUpdate(DocumentEvent e)
getAction
public int getAction()
getBits
public int getBits()
getInputFilename
public String getInputFilename()
getNewPassphrase
public char[] getNewPassphrase()
getOldPassphrase
public char[] getOldPassphrase()
getOutputFilename
public String getOutputFilename()
getType
public String getType()
insertUpdate
public void insertUpdate(DocumentEvent e)
removeUpdate
public void removeUpdate(DocumentEvent e)
Copyright © 2002-2003 Lee David Painter & Contributors. All Rights Reserved.