pdegand
12/05/2017, 10:59 AMByteArray to a String and the otherway arround ?
I'm doing some crypto and Cipher is using ByteArray as its input but i want to put the input inside a data class and data class are not happy with Arrays.
So can i simply convert the the ByteArray to string to store inside my data class and re-convert the string to bytearray when i need to pass it to a cipher ?pdvrieze
12/05/2017, 7:34 PM