public class Base64UrlUtil
extends java.lang.Object
| Modifier and Type | Method and Description |
|---|---|
static byte[] |
decode(byte[] source) |
static byte[] |
decode(java.lang.String source) |
static byte[] |
encode(byte[] source) |
static java.lang.String |
encodeToString(byte[] source) |