Uses of Interface
org.passay.dictionary.Dictionary
Packages that use Dictionary
-
Uses of Dictionary in org.passay.dictionary
Classes in org.passay.dictionary that implement DictionaryModifier and TypeClassDescriptionclassDictionary that is backed by a Bloom Filter.classProvides aDictionarybacked by a database table.classProvides fast searching for dictionary words using a ternary tree.classProvides fast searching for dictionary words using a word list. -
Uses of Dictionary in org.passay.rule
Fields in org.passay.rule declared as DictionaryModifier and TypeFieldDescriptionprivate final DictionaryAbstractDictionaryRule.dictionaryDictionary of words.Methods in org.passay.rule that return DictionaryModifier and TypeMethodDescriptionAbstractDictionaryRule.getDictionary()Returns the dictionary used to search for passwords.Constructors in org.passay.rule with parameters of type DictionaryModifierConstructorDescriptionAbstractDictionaryRule(Dictionary dict, boolean matchBackwards) Creates a new abstract dictionary rule.DictionaryRule(Dictionary dict) Creates a new dictionary rule.DictionaryRule(Dictionary dict, boolean matchBackwards) Creates a new dictionary rule.Creates a new dictionary substring rule.DictionarySubstringRule(Dictionary dict, boolean matchBackwards) Creates a new dictionary substring rule.DigestDictionaryRule(org.cryptacular.bean.HashBean<CharSequence> bean, Dictionary dict) Creates new digest history rule which operates on password references that were digested with the supplied hash.DigestDictionaryRule(org.cryptacular.bean.HashBean<CharSequence> bean, Dictionary dict, boolean matchBackwards) Creates new digest history rule which operates on password references that were digested with the supplied hash.DigestDictionaryRule(org.cryptacular.bean.HashBean<CharSequence> bean, Dictionary dict, boolean matchBackwards, Charset set) Creates new digest history rule which operates on password references that were digested with the supplied hash.