Class CryptoWindow.cryptoDialog

  • Enclosing class:
    CryptoWindow

    protected static class CryptoWindow.cryptoDialog
    extends java.lang.Object
    • 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()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • 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)
    • Method Detail

      • close

        protected void close​(boolean ok)
      • getPassword

        protected char[] getPassword()
      • getPersistForSeconds

        protected int getPersistForSeconds()