Class KeygenPanel

All Implemented Interfaces:
ActionListener, ImageObserver, MenuContainer, Serializable, EventListener, Accessible, DocumentListener

public class KeygenPanel extends JPanel implements DocumentListener, ActionListener
Version:
$Revision: 1.14 $
Author:
$author$
See Also:
  • Field Details

    • GENERATE_KEY_PAIR

      public static final int GENERATE_KEY_PAIR
      See Also:
    • CONVERT_IETF_SECSH_TO_OPENSSH

      public static final int CONVERT_IETF_SECSH_TO_OPENSSH
      See Also:
    • CONVERT_OPENSSH_TO_IETF_SECSH

      public static final int CONVERT_OPENSSH_TO_IETF_SECSH
      See Also:
    • CHANGE_PASSPHRASE

      public static final int CHANGE_PASSPHRASE
      See Also:
  • Constructor Details

    • KeygenPanel

      public KeygenPanel()
      Creates a new KeygenPanel object.
  • Method Details

    • getAction

      public int getAction()
      Returns:
    • getBits

      public int getBits()
      Returns:
    • getInputFilename

      public String getInputFilename()
      Returns:
    • getNewPassphrase

      public char[] getNewPassphrase()
      Returns:
    • getOldPassphrase

      public char[] getOldPassphrase()
      Returns:
    • getOutputFilename

      public String getOutputFilename()
      Returns:
    • getType

      public String getType()
      Returns:
    • actionPerformed

      public void actionPerformed(ActionEvent evt)
      Specified by:
      actionPerformed in interface ActionListener
      Parameters:
      evt -
    • changedUpdate

      public void changedUpdate(DocumentEvent e)
      Specified by:
      changedUpdate in interface DocumentListener
      Parameters:
      e -
    • insertUpdate

      public void insertUpdate(DocumentEvent e)
      Specified by:
      insertUpdate in interface DocumentListener
      Parameters:
      e -
    • removeUpdate

      public void removeUpdate(DocumentEvent e)
      Specified by:
      removeUpdate in interface DocumentListener
      Parameters:
      e -