Class CryptoWindow.cryptoDialog

java.lang.Object
com.biglybt.ui.swt.auth.CryptoWindow.cryptoDialog
Enclosing class:
CryptoWindow

protected static class CryptoWindow.cryptoDialog extends Object
  • Field Details

    • 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 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()