Class SelfSignedServerCertificateDialog

java.lang.Object
org.eclipse.swt.widgets.Dialog
com.iizigo.server.config.SelfSignedServerCertificateDialog

public class SelfSignedServerCertificateDialog extends Dialog
The self-signed server certificate dialog.
Author:
Christopher Mindus
  • Constructor Details

    • SelfSignedServerCertificateDialog

      public SelfSignedServerCertificateDialog(Shell parent)
      Create the dialog.
      Parameters:
      parent - The parent shell.
  • Method Details

    • open

      public X500Principal open()
      Open the dialog.
      Returns:
      The principal, or null for cancel.