Uses of Class
me.gosimple.nbvcxz.resources.Dictionary
| Package | Description |
|---|---|
| me.gosimple.nbvcxz.resources |
-
Uses of Dictionary in me.gosimple.nbvcxz.resources
Methods in me.gosimple.nbvcxz.resources that return Dictionary Modifier and Type Method Description DictionaryDictionaryBuilder. createDictionary()Creates the dictionary.Methods in me.gosimple.nbvcxz.resources that return types with arguments of type Dictionary Modifier and Type Method Description static java.util.List<Dictionary>ConfigurationBuilder. getDefaultDictionaries()java.util.List<Dictionary>Configuration. getDictionaries()Methods in me.gosimple.nbvcxz.resources with parameters of type Dictionary Modifier and Type Method Description static java.lang.StringGenerator. generatePassphrase(java.lang.String delimiter, int words, Dictionary dictionary)Generates a passphrase from the supplied dictionary with the requested word count.Method parameters in me.gosimple.nbvcxz.resources with type arguments of type Dictionary Modifier and Type Method Description ConfigurationBuilderConfigurationBuilder. setDictionaries(java.util.List<Dictionary> dictionaries)Dictionaries are used by theDictionaryMatcherto find common words, names, and known passwords within the password.