okForKP.setActionCommand ("ok");
okForKP.addActionListener (new ActionListener() {
public void actionPerformed(ActionEvent ae) {
char[] passKPFromUser = keystorePassword.getPassword();
if (sslUtils.verifyMasterPassword(passKPFromUser)) {
okForKP.setEnabled (false);
cancelForKP.setEnabled (false);
keystorePassword.setEditable (false);
CardLayout cl = (CardLayout) (getContentPane ()).getLayout ();
cl.show (getContentPane (), pnlCertificateList);