Searched refs:Base16 (Results 1 – 3 of 3) sorted by relevance
16 private static final String Base16 = "0123456789ABCDEF"; field in base1634 os.write(Base16.charAt(high)); in toString()35 os.write(Base16.charAt(low)); in toString()62 byte high = (byte) Base16.indexOf(Character.toUpperCase((char)in[i])); in fromString()63 byte low = (byte) Base16.indexOf(Character.toUpperCase((char)in[i+1])); in fromString()
627 [RFC4648] Josefsson, S., "The Base16, Base32, and Base64 Data
1334 [RFC4648] Josefsson, S., "The Base16, Base32, and Base64