public class Base64
extends java.lang.Object
Constructor and Description |
---|
Base64() |
Modifier and Type | Method and Description |
---|---|
static byte[] |
decode(java.lang.String base64) |
static java.lang.String |
encode(byte[] raw) |
static java.lang.String |
encode(java.lang.String input) |
protected static char[] |
encodeBlock(byte[] raw,
int offset) |
protected static char |
getChar(int sixBit) |
protected static int |
getValue(char c) |
public static java.lang.String encode(byte[] raw)
public static java.lang.String encode(java.lang.String input)
protected static char[] encodeBlock(byte[] raw, int offset)
protected static char getChar(int sixBit)
public static byte[] decode(java.lang.String base64)
protected static int getValue(char c)