aries / net.globalid.aries.utils.base64 / Base64String / toDecodedString

toDecodedString

@JvmOverloads fun toDecodedString(offset: Int = 0): String

Returns the base64 URL-safe decoded data as a string. An optional offset can be used to skip some bytes.

Return
String the decoded data