Package org.apache.cxf.common.util
Class Base64UrlUtility
- java.lang.Object
- 
- org.apache.cxf.common.util.Base64UrlUtility
 
- 
 public final class Base64UrlUtility extends Object 
- 
- 
Method SummaryAll Methods Static Methods Concrete Methods Modifier and Type Method Description static byte[]decode(String encoded)static Stringencode(byte[] id)static Stringencode(String str)static voidencodeAndStream(byte[] id, int o, int l, OutputStream os)static StringencodeChunk(byte[] id, int offset, int length)
 
- 
- 
- 
Method Detail- 
decodepublic static byte[] decode(String encoded) throws Base64Exception - Throws:
- Base64Exception
 
 - 
encodepublic static String encode(byte[] id) 
 - 
encodeChunkpublic static String encodeChunk(byte[] id, int offset, int length) 
 - 
encodeAndStreampublic static void encodeAndStream(byte[] id, int o, int l, OutputStream os) throws IOException- Throws:
- IOException
 
 
- 
 
-