Class KeyPasswordLoadDialog
- java.lang.Object
-
- de.willuhn.jameica.gui.dialogs.AbstractDialog
-
- de.willuhn.jameica.gui.dialogs.PasswordDialog
-
- de.willuhn.jameica.hbci.passports.rdh.KeyPasswordLoadDialog
-
public class KeyPasswordLoadDialog extends de.willuhn.jameica.gui.dialogs.PasswordDialog
Dialog für die Eingabe eines Passwortes beim Laden des Schluessels.
-
-
Constructor Summary
Constructors Constructor Description KeyPasswordLoadDialog(org.kapott.hbci.passport.HBCIPassport passport, java.lang.String password)
ct.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected boolean
checkPassword(java.lang.String password)
protected void
extend(de.willuhn.jameica.gui.util.Container container)
-
Methods inherited from class de.willuhn.jameica.gui.dialogs.PasswordDialog
checkUsername, getData, getRemainingRetries, getUsername, onEscape, paint, passwordModified, setErrorText, setLabelText, setPassword, setShowPassword, setText, setUsername, setUsernameText
-
-
-
-
Method Detail
-
extend
protected void extend(de.willuhn.jameica.gui.util.Container container) throws java.lang.Exception
- Overrides:
extend
in classde.willuhn.jameica.gui.dialogs.PasswordDialog
- Throws:
java.lang.Exception
- See Also:
PasswordDialog.extend(de.willuhn.jameica.gui.util.Container)
-
checkPassword
protected boolean checkPassword(java.lang.String password)
- Overrides:
checkPassword
in classde.willuhn.jameica.gui.dialogs.PasswordDialog
- See Also:
PasswordDialog.checkPassword(java.lang.String)
-
-