Package com.nulabinc.zxcvbn
Class Scoring
- java.lang.Object
-
- com.nulabinc.zxcvbn.Scoring
-
public class Scoring extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description static longJS_NUMBER_MAXstatic intMIN_GUESSES_BEFORE_GROWING_SEQUENCEstatic intREFERENCE_YEAR
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description protected ContextgetContext()static doublelog10(double n)StrengthmostGuessableMatchSequence(java.lang.CharSequence password, java.util.List<Match> matches)StrengthmostGuessableMatchSequence(java.lang.CharSequence password, java.util.List<Match> matches, boolean excludeAdditive)
-
-
-
Field Detail
-
REFERENCE_YEAR
public static final int REFERENCE_YEAR
-
MIN_GUESSES_BEFORE_GROWING_SEQUENCE
public static final int MIN_GUESSES_BEFORE_GROWING_SEQUENCE
- See Also:
- Constant Field Values
-
JS_NUMBER_MAX
public static final long JS_NUMBER_MAX
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
Scoring
public Scoring(Context context)
-
-