Modifier | Constructor and Description |
---|---|
private |
Base64() |
Modifier and Type | Method and Description |
---|---|
static byte[] |
decode(String string)
Decodes the supplied Base-64 encoded string.
|
static String |
encode(byte[] bytes)
Base-64 encodes the supplied block of data.
|
private static final String ALPHABET
private Base64()