Package-level declarations

Types

Link copied to clipboard
interface Encoding

Base64 encoding scheme

Properties

Link copied to clipboard

Decode a ByteArray Base64 standard encoded to String RFC 4648 Section 4

Decode a Base64 String standard encoded to String. RFC 4648 Section 4

Link copied to clipboard

Decode a Base64 String standard encoded to ByteArray. RFC 4648 Section 4

Link copied to clipboard

Encode a ByteArray to Base64 String standard encoding RFC 4648 Section 4

Encode a String to Base64 String standard encoding RFC 4648 Section 4

Link copied to clipboard

Decode a ByteArray Base64 standard encoded to String RFC 4648 Section 4

Decode a Base64 String standard encoded to String. RFC 4648 Section 4

Link copied to clipboard

Decode a Base64 String standard encoded to ByteArray. RFC 4648 Section 4

Link copied to clipboard

Encode a ByteArray to Base64 String standard encoding RFC 4648 Section 4

Encode a String to Base64 String standard encoding RFC 4648 Section 4

Link copied to clipboard

Decode a ByteArray Base64 URL-safe encoded to String. RFC 4648 Section 5

Decode a Base64 URL-safe encoded String to String. RFC 4648 Section 5

Link copied to clipboard

Decode a Base64 URL-safe encoded String to ByteArray. RFC 4648 Section 5

Link copied to clipboard

Encode a ByteArray to Base64 URL-safe encoded String. RFC 4648 Section 5

Encode a String to Base64 URL-safe encoded String. RFC 4648 Section 5 See RFC 4648 §5

Link copied to clipboard

Decode a ByteArray Base64 URL-safe encoded to String. RFC 4648 Section 5

Decode a Base64 URL-safe encoded String to String. RFC 4648 Section 5

Link copied to clipboard

Decode a Base64 URL-safe encoded String to ByteArray. RFC 4648 Section 5

Link copied to clipboard

Encode a ByteArray to Base64 URL-safe encoded String. RFC 4648 Section 5

Encode a String to Base64 URL-safe encoded String. RFC 4648 Section 5 See RFC 4648 §5

Functions

Link copied to clipboard