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.
-
Field Summary
Fields inherited from class de.willuhn.jameica.gui.dialogs.PasswordDialog
MAX_RETRIES
Fields inherited from class de.willuhn.jameica.gui.dialogs.AbstractDialog
MONITOR_CURRENT, MONITOR_PRIMARY, POSITION_CENTER, POSITION_MOUSE
-
Constructor Summary
ConstructorsConstructorDescriptionKeyPasswordLoadDialog
(org.kapott.hbci.passport.HBCIPassport passport, String password) ct. -
Method Summary
Modifier and TypeMethodDescriptionprotected boolean
checkPassword
(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
Methods inherited from class de.willuhn.jameica.gui.dialogs.AbstractDialog
addCloseListener, addShellListener, close, createShell, getDisplay, getShell, isModeless, open, setMonitor, setPanelText, setSideImage, setSize, setTitle
-
Constructor Details
-
KeyPasswordLoadDialog
ct.- Parameters:
passport
- optionale Angabe des Passports.password
- das Vorgabe-Passwort.
-
-
Method Details
-
extend
- Overrides:
extend
in classde.willuhn.jameica.gui.dialogs.PasswordDialog
- Throws:
Exception
- See Also:
-
checkPassword
- Overrides:
checkPassword
in classde.willuhn.jameica.gui.dialogs.PasswordDialog
- See Also:
-