TLS receive data

Hi,
I am using the TLS socket as a server and receiving data from a client. The data is received in HEX format. I couldnt find an easy way to convert it back to characters.
I am storing the received data in a bytearray35.
Is there a function that ca do it?