Class SelectPKCS12IdentityDialog

java.lang.Object
org.eclipse.swt.widgets.Dialog
com.iizigo.prop.editor.dialog.SelectPKCS12IdentityDialog

public class SelectPKCS12IdentityDialog extends Dialog
Dialog used to select a PKCS#12 identity.
Author:
Christopher Mindus
  • Constructor Details

    • SelectPKCS12IdentityDialog

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

    • open

      public Object[] open()
      Open the dialog.
      Returns:
      null for cancel or Object[0]=PKCS12IdentityProp, [1]=Password string.