History log of /libcore/luni/src/main/java/libcore/util/HexEncoding.java
Revision Date Author Comments
8c704b4fa9f072cc074897b99ea8f71a02757f33 16-Mar-2015 Narayan Kamath <narayan@google.com> Use uppercase for hex encoded strings.

For backwards compatibility with the apache code this is replacing.
Several callers compare encoded strings for byte equality.

bug: 19731588
Change-Id: I2e96abcabd69ba6d48d341eafe1f8075fff880ee
11f82d1a94ebe1becb7e7d09dd3343ce117bdd46 15-Dec-2014 Narayan Kamath <narayan@google.com> Repurpose "HexEncoding" for internal users.

Frameworks callers either roll their own or use an internal apache
class. Given that apache is going away, we need to provide them with
an alternative.

bug: 18027885
Change-Id: Iec01cba9f3d2027828457c0b450eac0dd08fcaf6