public class Base64
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
private static java.lang.String |
BASE64_MAP |
| Constructor and Description |
|---|
Base64() |
| Modifier and Type | Method and Description |
|---|---|
static byte[] |
decode(java.lang.CharSequence cs)
Decodes BASE64 to bytes.
|
static java.lang.String |
encode(byte[] data)
Encodes bytes to BASE64.
|
private static final java.lang.String BASE64_MAP