Package com.iizigo.prop.editor.dialog
Class SelectPKCS12IdentityDialog
java.lang.Object
org.eclipse.swt.widgets.Dialog
com.iizigo.prop.editor.dialog.SelectPKCS12IdentityDialog
public class SelectPKCS12IdentityDialog extends org.eclipse.swt.widgets.Dialog
Dialog used to select a PKCS#12 identity.
- Author:
- Christopher Mindus
Constructor Summary
ConstructorDescriptionSelectPKCS12IdentityDialog
(org.eclipse.swt.widgets.Shell parent) Create the dialog.Method Summary
Methods inherited from class org.eclipse.swt.widgets.Dialog
checkSubclass, getParent, getStyle, getText, setText
Constructor Details
SelectPKCS12IdentityDialog
public SelectPKCS12IdentityDialog(org.eclipse.swt.widgets.Shell parent) Create the dialog.- Parameters:
parent
- The parent shell.
Method Details
open
Open the dialog.- Returns:
- null for cancel or Object[0]=PKCS12IdentityProp, [1]=Password string.