Package-level declarations

Types

Link copied to clipboard

Base64 encoding/decoding in accordance with RFC 4648 section 4 & 5 (Default & UrlSafe)

Link copied to clipboard

Builder for creating a Base64.Config.

Functions

Link copied to clipboard
@JvmOverloads
fun Base64(strict: Boolean = false): Base64

Creates a configured Base64 encoder/decoder using the default settings.

fun Base64(block: Base64ConfigBuilder.() -> Unit): Base64
fun Base64(config: Base64.Config?, block: Base64ConfigBuilder.() -> Unit): Base64

Creates a configured Base64 encoder/decoder.