public final class Base64UrlUtility
extends java.lang.Object
| Modifier and Type | Method and Description |
|---|---|
static byte[] |
decode(java.lang.String encoded) |
static java.lang.String |
encode(byte[] id) |
static java.lang.String |
encode(java.lang.String str) |
static void |
encodeAndStream(byte[] id,
int o,
int l,
java.io.OutputStream os) |
static java.lang.String |
encodeChunk(byte[] id,
int offset,
int length) |
public static byte[] decode(java.lang.String encoded)
throws Base64Exception
Base64Exceptionpublic static java.lang.String encode(java.lang.String str)
public static java.lang.String encode(byte[] id)
public static java.lang.String encodeChunk(byte[] id,
int offset,
int length)
public static void encodeAndStream(byte[] id,
int o,
int l,
java.io.OutputStream os)
throws java.io.IOException
java.io.IOException