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

<init>

Base64NormalString(encoded: String)

See Base64String. This subclass uses "normal" base64 encoding and decoding. The resulting encoded string is not split into chunks, as is the case when using Base64.DEFAULT mode. Note: the constructor expects an already encoded string. You can use companion object functions to get an encoded string or byte array.