Encode a byte array as a hexidecimal string without '0x' prefix. Take a look at Bytes.toHexString for dealing with bytes and encoding/decoding.
Bytes.toHexString
The byte array to encode.
Encode a byte array as a hexidecimal string without '0x' prefix. Take a look at
Bytes.toHexString
for dealing with bytes and encoding/decoding.