Package com.biglybt.ui.swt.auth
Class CryptoWindow.cryptoDialog
- java.lang.Object
-
- com.biglybt.ui.swt.auth.CryptoWindow.cryptoDialog
-
- Enclosing class:
- CryptoWindow
protected static class CryptoWindow.cryptoDialog extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description private char[]
password
private char[]
password2
private int
persist_for_secs
private AESemaphore
sem
private org.eclipse.swt.widgets.Shell
shell
private boolean
verify_password
-
Constructor Summary
Constructors Modifier Constructor Description protected
cryptoDialog(AESemaphore _sem, org.eclipse.swt.widgets.Display display, int handler_type, int action_type, boolean last_pw_incorrect, java.lang.String reason)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected void
close(boolean ok)
protected char[]
getPassword()
protected int
getPersistForSeconds()
-
-
-
Field Detail
-
sem
private AESemaphore 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 Detail
-
cryptoDialog
protected cryptoDialog(AESemaphore _sem, org.eclipse.swt.widgets.Display display, int handler_type, int action_type, boolean last_pw_incorrect, java.lang.String reason)
-
-