Package-level declarations

Types

Link copied to clipboard
class Encodable

An immutable encapsulation of data in its original (decoded) format, an encoding, and the data encoded in that format.

Link copied to clipboard
interface Encoding

An algorithm which can convert data between a decoded string and an encoded string

Inherited functions

Link copied to clipboard

Decode ByteArray from base64 format

Decode String from base64 format

Link copied to clipboard

Decode String from base64 format to a ByteArray

Link copied to clipboard

Encode ByteArray in base64 format and UTF-8 character encoding.

Encode String in base64 format and UTF-8 character encoding.

Link copied to clipboard

Encode ByteArray in base64 format and UTF-8 character encoding as a String.