public interface Match
PasswordMatcher which contains the
portion of the password, where in the password the match was found (token), how many characters it is.
Match.| Modifier and Type | Method and Description |
|---|---|
double |
calculateEntropy()
Calculate the entropy for the current match
|
String |
getDetails()
Returns details about this match in the form of a String to be printed directly
|
int |
getEndIndex()
Returns the end index of this part of the password
|
int |
getLength()
Returns the length of this part of the password
|
int |
getStartIndex()
Returns the start index of this part of the password
|
String |
getToken() |
String getToken()
String value of the Match.double calculateEntropy()
double representing the entropy of the current Match.int getStartIndex()
int start index of this Match.int getEndIndex()
int end index of this Match.int getLength()
int length of this Match.String getDetails()
Match in printable String format.Copyright © 2017. All rights reserved.