Class SelfSignedServerCertificateDialog


  • public class SelfSignedServerCertificateDialog
    extends org.eclipse.swt.widgets.Dialog
    The self-signed server certificate dialog.
    Author:
    Christopher Mindus
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and TypeMethodDescription
      javax.security.auth.x500.X500Principalopen()
      Open the dialog.
      • Methods inherited from class org.eclipse.swt.widgets.Dialog

        checkSubclass, getParent, getStyle, getText, setText
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • SelfSignedServerCertificateDialog

        public SelfSignedServerCertificateDialog​(org.eclipse.swt.widgets.Shell parent)
        Create the dialog.
        Parameters:
        parent - The parent shell.
    • Method Detail

      • open

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