|
Apache CXF API | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.cxf.common.util.Base64UrlUtility
public final class Base64UrlUtility
| Method Summary | |
|---|---|
static byte[] |
decode(String encoded)
|
static String |
encode(byte[] id)
|
static String |
encode(String str)
|
static void |
encodeAndStream(byte[] id,
int o,
int l,
OutputStream os)
|
static String |
encodeChunk(byte[] id,
int offset,
int length)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public static byte[] decode(String encoded)
throws Base64Exception
Base64Exceptionpublic static String encode(String str)
public static String encode(byte[] id)
public static String encodeChunk(byte[] id,
int offset,
int length)
public static void encodeAndStream(byte[] id,
int o,
int l,
OutputStream os)
throws IOException
IOException
|
Apache CXF API | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||