Class KeyStoreDialog

All Implemented Interfaces:
ActionListener, ImageObserver, MenuContainer, Serializable, EventListener, Accessible, RootPaneContainer, WindowConstants

public class KeyStoreDialog extends JDialog implements ActionListener
Key Store Dialog
Version:
$Id: KeyStoreDialog.java,v 1.3 2006/07/30 00:57:42 jjanke Exp $
Author:
Jorg Janke
See Also:
  • Constructor Details

  • Method Details

    • actionPerformed

      public void actionPerformed(ActionEvent e)
      Action Listener
      Specified by:
      actionPerformed in interface ActionListener
      Parameters:
      e - evt
    • isOK

      public boolean isOK()
      OK Pressed
      Returns:
      true if OK
    • setValues

      public void setValues(String cn, String ou, String o, String l, String s, String c)
      Set Values
      Parameters:
      cn - common name
      ou - org unit
      o - organization
      l - locale
      s - state
      c - country
    • getCN

      public String getCN()
      Get CN
      Returns:
      common name
    • getOU

      public String getOU()
      Get OU
      Returns:
      organizational unit
    • getO

      public String getO()
      Get O
      Returns:
      organization
    • getL

      public String getL()
      Get L
      Returns:
      location/town
    • getS

      public String getS()
      Get S
      Returns:
      state
    • getC

      public String getC()
      Get C
      Returns:
      country