final class Base64
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
private static byte[] |
MAP |
private static byte[] |
URL_MAP |
Modifier | Constructor and Description |
---|---|
private |
Base64() |
Modifier and Type | Method and Description |
---|---|
static byte[] |
decode(java.lang.String in) |
static java.lang.String |
encode(byte[] in) |
private static java.lang.String |
encode(byte[] in,
byte[] map) |
static java.lang.String |
encodeUrl(byte[] in) |