public class Base64JvmKt
static byte[]
decodeBase64(java.lang.String s)
static java.lang.String
encodeBase64(byte[] bytes)
public static byte[] decodeBase64(java.lang.String s)
Decode bytes from a BASE64 string s
public static java.lang.String encodeBase64(byte[] bytes)
Encode bytes as a BASE64 string