byteToHex

open fun byteToHex(@NonNull bytes: Array<Byte>): String

Converts the bytes into a hex string.

Return

A hex string.

Parameters

bytes

The byte array.