Class EstimateGuess

  • All Implemented Interfaces:
    Guess

    public class EstimateGuess
    extends BaseGuess
    • Constructor Detail

      • EstimateGuess

        public EstimateGuess​(Context context,
                             java.lang.CharSequence password)
    • Method Detail

      • exec

        public double exec​(Match match)
        Description copied from interface: Guess
        Evaluates the given Match and estimates the number of guesses required to crack it.
        Parameters:
        match - the matched pattern to evaluate.
        Returns:
        the estimated number of guesses required to crack the given match.