Searched refs:formatLen (Results 1 – 1 of 1) sorted by relevance
85 int formatLen = bytes.length * 2; in bytesToHexString() local86 return String.format("%0" + formatLen + "x", bigint); in bytesToHexString()