| Methods in org.apache.cxf.common.util that throw Base64Exception |
static void |
Base64Utility.decode(char[] id,
int o,
int l,
OutputStream ostream)
|
static byte[] |
Base64Utility.decode(String id)
|
static void |
Base64Utility.decode(String id,
OutputStream ostream)
|
static byte[] |
Base64Utility.decodeChunk(char[] id,
int o,
int l)
The decode_chunk routine decodes a chunk of data
into its native encoding. |
static void |
Base64Utility.encode(byte[] id,
int o,
int l,
Writer writer)
|
static void |
Base64Utility.encodeChunk(byte[] id,
int o,
int l,
OutputStream ostream)
|
| Methods in org.apache.cxf.rs.security.oauth2.utils that throw Base64Exception |
static void |
Base64UrlUtility.decode(char[] id,
int o,
int l,
OutputStream ostream)
|
static byte[] |
Base64UrlUtility.decode(String id)
|
static void |
Base64UrlUtility.decode(String id,
OutputStream ostream)
|
static byte[] |
Base64UrlUtility.decodeChunk(char[] id,
int o,
int l)
The decode_chunk routine decodes a chunk of data
into its native encoding. |
static void |
Base64UrlUtility.encode(byte[] id,
int o,
int l,
Writer writer)
|
static String |
Base64UrlUtility.encode(String value)
|
static void |
Base64UrlUtility.encode(String value,
Writer writer)
|
static void |
Base64UrlUtility.encodeChunk(byte[] id,
int o,
int l,
OutputStream ostream)
|