byte Array To Hex String
Convert a byte array to a hex sequence.
Return
a hex sequence, each byte converts to a two character java.lang.String[0-9a-f]
Parameters
b
the byte array
Convert a byte array to a hex sequence.
a hex sequence, each byte converts to a two character java.lang.String[0-9a-f]
the byte array