public class HexEncoder
extends Object
Simple encoder to convert a byte array to bytes.
From:
https://stackoverflow.com/questions/9655181/how-to-convert-a-byte-array-to-a-hex-string-in-java
https://github.com/google/guava/blob/master/guava/src/com/google/common/hash/HashCode.java
If we pull in a dependency which does hex encoding, this can be removed
- Since:
- 2020-02-18
- Author:
- mikejritter