Package org.apache.cxf.common.util
Class Base64UrlUtility
java.lang.Object
org.apache.cxf.common.util.Base64UrlUtility
-
Method Summary
Modifier and TypeMethodDescriptionstatic byte[]
static String
encode
(byte[] id) static String
static void
encodeAndStream
(byte[] id, int o, int l, OutputStream os) static String
encodeChunk
(byte[] id, int offset, int length)
-
Method Details
-
decode
- Throws:
Base64Exception
-
encode
-
encode
-
encodeChunk
-
encodeAndStream
- Throws:
IOException
-