io / org.apache.tuweni.io / Base64 / decode

decode

static fun decode(b64: String): Bytes (source)

Decode a base64 encoded string to bytes.

Parameters

b64 - The base64 encoded string.

Return
The decoded bytes.