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

decode

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

Decode a base64 encoded string to bytes.

Parameters

b64 - String!: The base64 encoded string.

Return
Bytes!: The decoded bytes.