public class Base64Utils extends Object
static byte[]
decode(String base64)
static String
encode(byte[] bytes)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public static byte[] decode(String base64)
base64
public static String encode(byte[] bytes)
bytes
Copyright © 2024. All rights reserved.