Class BruteForceMatch

java.lang.Object
me.gosimple.nbvcxz.matching.match.BaseMatch
me.gosimple.nbvcxz.matching.match.BruteForceMatch
All Implemented Interfaces:
Match

public final class BruteForceMatch
extends BaseMatch
Author:
Adam Brusselback
  • Constructor Details

    • BruteForceMatch

      public BruteForceMatch​(char match, Configuration configuration, int index)
      Create a new BruteForceMatch
      Parameters:
      match - the String we are creating the BruteForceMatch from.
      configuration - the Configuration object.
      index - the index in the password for this match.