public class Base64Util extends Object
static byte[]
decode(String s)
static String
encode(byte[] in)
static boolean
isBase64(String s)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public static boolean isBase64(String s)
public static String encode(byte[] in)
public static byte[] decode(String s)
Copyright © 2023. All Rights Reserved.