Encoding Utils
class EncodingUtils
A wrapper class that has been introduced in the migration from Kotlin to Java to house static functions.
Functions
Link copied to clipboard
Encoding changer.
Link copied to clipboard
Link copied to clipboard
Encoding changer.
Link copied to clipboard
Base58-String to the actual real String, that is "JxF12TrwUP45BMd" to "Hello World".
Link copied to clipboard
Encoding changer.
Link copied to clipboard
Link copied to clipboard
Encoding changer.
Link copied to clipboard
Base64-String to the actual real String, that is "SGVsbG8gV29ybGQ=" to "Hello World".
Link copied to clipboard
Encoding changer.
Link copied to clipboard
Encoding changer.
Link copied to clipboard
Hex-String to byte[].
Link copied to clipboard
HEX-String to the actual real String, that is "48656C6C6F20576F726C64" to "Hello World".