Package com.biglybt.ui.swt.auth
Class CryptoWindow.cryptoDialog
java.lang.Object
com.biglybt.ui.swt.auth.CryptoWindow.cryptoDialog
- Enclosing class:
CryptoWindow
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate char[]
private char[]
private int
private AESemaphore
private org.eclipse.swt.widgets.Shell
private boolean
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
cryptoDialog
(AESemaphore _sem, org.eclipse.swt.widgets.Display display, int handler_type, int action_type, boolean last_pw_incorrect, String reason) -
Method Summary
Modifier and TypeMethodDescriptionprotected void
close
(boolean ok) protected char[]
protected int
-
Field Details
-
sem
-
shell
private org.eclipse.swt.widgets.Shell shell -
password
private char[] password -
password2
private char[] password2 -
persist_for_secs
private int persist_for_secs -
verify_password
private boolean verify_password
-
-
Constructor Details
-
cryptoDialog
protected cryptoDialog(AESemaphore _sem, org.eclipse.swt.widgets.Display display, int handler_type, int action_type, boolean last_pw_incorrect, String reason)
-
-
Method Details
-
close
protected void close(boolean ok) -
getPassword
protected char[] getPassword() -
getPersistForSeconds
protected int getPersistForSeconds()
-