Searched refs:terminalResponse (Results 1 – 1 of 1) sorted by relevance
1449 public static String convertToCensoredTerminalResponse(String terminalResponse) { in convertToCensoredTerminalResponse() argument1451 byte[] bytes = IccUtils.hexStringToBytes(terminalResponse); in convertToCensoredTerminalResponse()1461 terminalResponse = terminalResponse.toLowerCase(Locale.ROOT).replace( in convertToCensoredTerminalResponse()1470 terminalResponse = null; in convertToCensoredTerminalResponse()1473 return terminalResponse; in convertToCensoredTerminalResponse()