| Package | Description |
|---|---|
| me.gosimple.nbvcxz.matching | |
| me.gosimple.nbvcxz.matching.match | |
| me.gosimple.nbvcxz.scoring |
| Modifier and Type | Method and Description |
|---|---|
List<Match> |
YearMatcher.match(Configuration configuration,
String password) |
List<Match> |
SpacialMatcher.match(Configuration configuration,
String password) |
List<Match> |
SequenceMatcher.match(Configuration configuration,
String password) |
List<Match> |
SeparatorMatcher.match(Configuration configuration,
String password) |
List<Match> |
RepeatMatcher.match(Configuration configuration,
String password) |
List<Match> |
PasswordMatcher.match(Configuration configuration,
String password)
Creates a
List of Match from the password. |
List<Match> |
DictionaryMatcher.match(Configuration configuration,
String password) |
List<Match> |
DateMatcher.match(Configuration configuration,
String password) |
| Modifier and Type | Class and Description |
|---|---|
class |
BaseMatch
Abstract class which takes care of a lot of the boiler plate for implementing
Match. |
class |
BruteForceMatch |
class |
DateMatch |
class |
DictionaryMatch |
class |
RepeatMatch |
class |
SeparatorMatch |
class |
SequenceMatch |
class |
SpacialMatch |
class |
YearMatch |
| Modifier and Type | Method and Description |
|---|---|
List<Match> |
Result.getMatches()
The matches that comprise this result.
|
| Constructor and Description |
|---|
Result(Configuration configuration,
String password,
List<Match> matches) |
Copyright © 2017. All rights reserved.