public class Base64Util extends Object
Base64Util()
static byte[]
decode(String str)
static String
encode(byte[] data)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public Base64Util()
public static String encode(byte[] data)
data
public static byte[] decode(String str) throws Exception
Exception
Copyright © 2022. All rights reserved.