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