Class AtaqueHash.HiloResultadoAtaque

java.lang.Object
  extended by java.lang.Thread
      extended by AtaqueHash.HiloResultadoAtaque
All Implemented Interfaces:
java.lang.Runnable
Enclosing class:
AtaqueHash

private class AtaqueHash.HiloResultadoAtaque
extends java.lang.Thread

Clase que crea un hilo con una ventana para interactuar con el proceso del ataque.

Author:
Jesús Vidal Panalés

Nested Class Summary
private  class AtaqueHash.HiloResultadoAtaque.Abrir
          ActionListener para abrir un mensaje original y mensaje falso de mismo hash seleccionados en el combobox
private  class AtaqueHash.HiloResultadoAtaque.Cerrar
          ActionListener para Cerrar la ventana y liberarla de la memoria.
 
Nested classes/interfaces inherited from class java.lang.Thread
java.lang.Thread.State, java.lang.Thread.UncaughtExceptionHandler
 
Field Summary
 
Fields inherited from class java.lang.Thread
MAX_PRIORITY, MIN_PRIORITY, NORM_PRIORITY
 
Constructor Summary
AtaqueHash.HiloResultadoAtaque()
          Constructor del hilo
 
Method Summary
 void run()
          Método necesario para que arranque el hilo.
 
Methods inherited from class java.lang.Thread
activeCount, checkAccess, countStackFrames, currentThread, destroy, dumpStack, enumerate, getAllStackTraces, getContextClassLoader, getDefaultUncaughtExceptionHandler, getId, getName, getPriority, getStackTrace, getState, getThreadGroup, getUncaughtExceptionHandler, holdsLock, interrupt, interrupted, isAlive, isDaemon, isInterrupted, join, join, join, resume, setContextClassLoader, setDaemon, setDefaultUncaughtExceptionHandler, setName, setPriority, setUncaughtExceptionHandler, sleep, sleep, start, stop, stop, suspend, toString, yield
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

AtaqueHash.HiloResultadoAtaque

public AtaqueHash.HiloResultadoAtaque()
Constructor del hilo

Method Detail

run

public void run()
Método necesario para que arranque el hilo. Se creará la ventana donde mostrará el proceso del ataque y los resultados.

Specified by:
run in interface java.lang.Runnable
Overrides:
run in class java.lang.Thread