Searched refs:hexDump (Results 1 – 2 of 2) sorted by relevance
652 HexDumpEncoder hexDump = new HexDumpEncoder(); in toString() local669 hexDump.encodeBuffer(encryptedDigest) + "\n"; in toString()
806 HexDumpEncoder hexDump = new HexDumpEncoder(); in toString() local807 buf.append(hexDump.encodeBuffer((byte[]) value)); in toString()