public final class Base64UrlUtility extends Object
public static byte[] decode(String encoded) throws Base64Exception
Base64Exceptionpublic static String encode(byte[] id)
public static String encodeChunk(byte[] id, int offset, int length)
Apache CXF