Searched refs:checkInvalid (Results 1 – 1 of 1) sorted by relevance
45 checkInvalid("\tWE="); in testFailure2()46 checkInvalid("Y\tE="); in testFailure2()47 checkInvalid("YW\t="); in testFailure2()48 checkInvalid("YWE\t"); in testFailure2()50 checkInvalid("©WE="); in testFailure2()51 checkInvalid("Y©E="); in testFailure2()52 checkInvalid("YW©="); in testFailure2()53 checkInvalid("YWE©"); in testFailure2()56 private void checkInvalid(String encoded) { in checkInvalid() method in Base64CoderTest