| Interface | Description |
|---|---|
| Match |
Object to represent a match found by a
PasswordMatcher which contains the
portion of the password, where in the password the match was found (token), how many characters it is. |
| Class | Description |
|---|---|
| BaseMatch |
Abstract class which takes care of a lot of the boiler plate for implementing
Match. |
| BruteForceMatch | |
| DateMatch | |
| DictionaryMatch | |
| RepeatMatch | |
| SeparatorMatch | |
| SequenceMatch | |
| SpacialMatch | |
| YearMatch |
Copyright © 2017. All rights reserved.