tuweni / org.apache.tuweni.io / Base64URLSafe / encode

encode

static fun encode(bytes: Bytes!): String! (source)

Encode bytes to a base64 encoded string.

Parameters

bytes - Bytes!: The bytes to encode.

Return
String!: A base64 encoded string.