public final class Base64
extends java.lang.Object
| Modifier and Type | Method and Description |
|---|---|
static byte[] |
base64ToByteArray(java.lang.String s)
Decodes a BASE64 string into a series of bytes.
|
static java.lang.String |
byteArrayToBase64(byte[] a)
Encodes a series of bytes into a BASE64 string.
|