private void initialize() {
contextManager = Model.getSingleton().getOptionsParam().getCertificateParam().getSSLContextManager();
keyStoreListModel = new DefaultListModel();
aliasTableModel = new AliasTableModel(contextManager);
this.setLayout(new CardLayout());
this.setName("Certificate");
JPanel certificatePanel = getPanelCertificate();