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