| Package | Description |
|---|---|
| me.gosimple.nbvcxz | |
| me.gosimple.nbvcxz.matching | |
| me.gosimple.nbvcxz.matching.match | |
| me.gosimple.nbvcxz.resources | |
| me.gosimple.nbvcxz.scoring |
| Modifier and Type | Method and Description |
|---|---|
Configuration |
Nbvcxz.getConfiguration()
Gets the current configuration.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Nbvcxz.setConfiguration(Configuration configuration)
Sets the configuration.
|
| Constructor and Description |
|---|
Nbvcxz(Configuration configuration)
Creates a new instance with a custom configuration.
|
| 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 | Field and Description |
|---|---|
protected Configuration |
BaseMatch.configuration |
| Constructor and Description |
|---|
BaseMatch(String match,
Configuration configuration,
int start_index,
int end_index)
Create a new
BaseMatch |
BruteForceMatch(char match,
Configuration configuration,
int index)
Create a new
BruteForceMatch |
DateMatch(String match,
Configuration configuration,
int day,
int month,
int year,
String separator,
int start_index,
int end_index)
Create a new
DateMatch |
DictionaryMatch(String match,
Configuration configuration,
int start_index,
int end_index,
String dictionary_value,
int rank,
List<Character[]> leetSubstitution,
boolean excluded,
boolean reversed,
String dictionary_name,
int distance)
Create a new
DictionaryMatch |
RepeatMatch(String match,
Configuration configuration,
String repeatingCharacters,
int start_index,
int end_index)
Create a new
RepeatMatch |
SeparatorMatch(String match,
Configuration configuration,
int start_index,
int end_index)
Create a new
SeparatorMatch |
SequenceMatch(String match,
Configuration configuration,
int start_index,
int end_index)
Create a new
SequenceMatch |
SpacialMatch(String match,
Configuration configuration,
int start_index,
int end_index,
AdjacencyGraph adjacencyGraph,
int turns,
int shiftedNumber)
Create a new
SpacialMatch which is a sequence of characters
following themselves on the keyboard/keypad |
YearMatch(String match,
Configuration configuration,
int start_index,
int end_index)
Create a new
YearMatch |
| Modifier and Type | Method and Description |
|---|---|
Configuration |
ConfigurationBuilder.createConfiguration()
Creates the
Configuration object using all values set in this builder, or default values if unset. |
| Constructor and Description |
|---|
Feedback(Configuration configuration,
String result) |
Feedback(Configuration configuration,
String result,
String warning,
String... suggestions) |
| Modifier and Type | Method and Description |
|---|---|
Configuration |
Result.getConfiguration()
Returns the configuration used to generate this result.
|
| Constructor and Description |
|---|
Result(Configuration configuration,
String password,
List<Match> matches) |
Copyright © 2017. All rights reserved.