Example #1
0
 public ComandParser(String cipher)
 {
     this.replace = new Replace(cipher);
     this.st      = new Statistics(cipher);
     this.vg      = new Vigenere(cipher);
 }
Example #2
0
 public ComandParser(String cipher)
 {
     this.replace = new Replace(cipher);
     this.st = new Statistics(cipher);
     this.vg = new Vigenere(cipher);
 }