Package adams.core.password
Interface PasswordGenerator
-
- All Superinterfaces:
Iterator<String>
,LoggingLevelHandler
,LoggingSupporter
- All Known Implementing Classes:
AbstractPasswordGenerator
,BruteForcePasswordGenerator
,DictionaryBasedGenerator
public interface PasswordGenerator extends Iterator<String>, LoggingSupporter, LoggingLevelHandler
Interface for password generators.- Version:
- $Revision$
- Author:
- FracPete (fracpete at waikato dot ac dot nz)
-
-
Method Summary
-
Methods inherited from interface java.util.Iterator
forEachRemaining, hasNext, next, remove
-
Methods inherited from interface adams.core.logging.LoggingLevelHandler
getLoggingLevel, setLoggingLevel
-
Methods inherited from interface adams.core.logging.LoggingSupporter
getLogger, isLoggingEnabled
-
-