Searched refs:fcpResponse (Results 1 – 1 of 1) sorted by relevance
79 public static FcpTemplate parseFcpTemplate(@Nonnull String fcpResponse) { in parseFcpTemplate() argument84 byte[] data = hexStringToBytes(fcpResponse); in parseFcpTemplate()91 throw new FcpTemplateParseException("Improperly formatted fcpResponse: " + fcpResponse); in parseFcpTemplate()100 String value = fcpResponse.substring(index * 2, (index + length) * 2); in parseFcpTemplate()105 String status = fcpResponse.substring(fcpResponse.length() - 4); in parseFcpTemplate()