public final class Base64UrlUtility extends Object
| Modifier and Type | Method and Description | 
|---|---|
| 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) | 
public static byte[] decode(String encoded) throws Base64Exception
Base64Exceptionpublic 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
IOExceptionApache CXF