aries / net.globalid.aries.utils.base64 / Base64UrlString / <init>

<init>

Base64UrlString(encoded: String)

See Base64String. This subclass uses URL safe base64 encoding and decoding. Note: the constructor expects an already encoded string. You can use companion object functions to get an encoded string or byte array.