public final class Base64 extends Object
| Modifier and Type | Method and Description |
|---|---|
static String |
encodeToString(byte[] bytes)
Encodes the given byte array to a Base64 string.
|
public static String encodeToString(byte[] bytes)
bytes - the byte array to encode