public class Base64Util extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
ENCODING
The Base64 algorithm converts 3 8-bit bytes into 4 6-bit bytes.
|
| Constructor and Description |
|---|
Base64Util() |
| Modifier and Type | Method and Description |
|---|---|
static byte[] |
decode(String encodedString) |
static String |
encode(byte[] bytes) |
static byte[] |
encodeAsBytes(byte[] bytes) |
static boolean |
isBase64(String s) |
public static final String ENCODING
Copyright © 2016. All rights reserved.