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 Link icon

    • SelectPKCS12IdentityDialog Link icon

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

    • open Link icon

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