public class Base64Encoder
extends java.lang.Object
Note: Once upgrading to Java 8+, replace by native Base64 encoder.
| Constructor and Description |
|---|
Base64Encoder() |
| Modifier and Type | Method and Description |
|---|---|
static byte[] |
decode(java.lang.String base64Encoded) |
static java.lang.String |
encodeUrl(byte[] bytes) |
static java.lang.String |
encodeUrlWithoutPadding(byte[] bytes) |
static java.lang.String |
encodeWithoutPadding(byte[] bytes) |
public static byte[] decode(java.lang.String base64Encoded)
public static java.lang.String encodeWithoutPadding(byte[] bytes)
public static java.lang.String encodeUrl(byte[] bytes)
public static java.lang.String encodeUrlWithoutPadding(byte[] bytes)