decode

open fun decode(string: String): Array<Byte>

Decode a Base64 input with the default alphabet (RFC4648 with '+', '/')

Return

The decoded data, empty if decoding failed.

Parameters

string

Encoded input to be decoded