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

<init>

Base64String(encoded: String)

This class represents a base64 string. It uses an Android implementation of base64 encoding and decoding, because the one from Java is available only for API >= 26.

NOTE: do not use this class directly in the models, as there is no easy way of determining the correct subclass from JSON string. Use the specific type you expect instead.