public class Base64Util extends Object
Base64Util()
static byte[]
decode(String s)
static String
encode(byte[] from)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public Base64Util()
public static String encode(byte[] from)
from
public static byte[] decode(String s)
s
Copyright © 2023. All rights reserved.