Class DateMatcher

java.lang.Object
me.gosimple.nbvcxz.matching.DateMatcher
All Implemented Interfaces:
PasswordMatcher

public final class DateMatcher extends Object implements PasswordMatcher
Extract all the possible dates from a password.
Author:
Adam Brusselback
  • Constructor Details

    • DateMatcher

      public DateMatcher()
  • Method Details

    • match

      public List<Match> match(Configuration configuration, String password)
      Description copied from interface: PasswordMatcher
      Creates a List of Match from the password.
      Specified by:
      match in interface PasswordMatcher
      Parameters:
      configuration - configuration for the matcher.
      password - password to match.
      Returns:
      a List of Matches that this matcher found for the given password and configuration.