public class Base64
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
(package private) static char[] |
alphabet |
Constructor and Description |
---|
Base64() |
Modifier and Type | Method and Description |
---|---|
static byte[] |
decode(char[] message) |
static char[] |
encode(byte[] content) |