Encodes the specified byte array to a character array and then returns that character array as a string.
@param bytes the byte array to Hex-encode. @return A string representation of the resultant hex-encoded char array.
See Implementation
Encodes the specified byte array to a character array and then returns that character array as a string.
@param bytes the byte array to Hex-encode. @return A string representation of the resultant hex-encoded char array.