keystorePWDialog.display();
}
private void showKeyStoreInitPasswdDialog() {
if (keystoreIPWDialog == null) {
keystoreIPWDialog = new KeyStoreInitPasswdDialog(getParent());
keystoreIPWDialog.setOkCommand(new KeyStoreInitPasswdOKCmd());
keystoreIPWDialog.setCancelCommand(new KeyStorePasswdCancelCmd());
}
keystoreIPWDialog.display();
}