public class Base64 extends Object
Base64()
static byte[]
base64ToByteArray(String s)
static String
byteArrayToBase64(byte[] a)
byteArrayToBase64(byte[] a, int offset, int len)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public Base64()
public static String byteArrayToBase64(byte[] a)
public static String byteArrayToBase64(byte[] a, int offset, int len)
public static byte[] base64ToByteArray(String s)
Copyright © 2006–2022 The Apache Software Foundation. All rights reserved.