An immutable encapsulation of data in its original (decoded) format, an encoding, and the data encoded in that format.
An algorithm which can convert data between a decoded string and an encoded string
Decode ByteArray from base64 format
Decode String from base64 format
Decode String from base64 format to a ByteArray
Encode ByteArray in base64 format and UTF-8 character encoding.
Encode String in base64 format and UTF-8 character encoding.
Encode ByteArray in base64 format and UTF-8 character encoding as a String.