org.apache.cxf.rs.security.oauth2.utils
Class Base64UrlUtility
java.lang.Object
org.apache.cxf.rs.security.oauth2.utils.Base64UrlUtility
public final class Base64UrlUtility
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
decode
public static byte[] decode(String encoded)
throws Base64Exception
- Throws:
Base64Exception
encode
public static String encode(String str)
encode
public static String encode(byte[] id)
encodeChunk
public static String encodeChunk(byte[] id,
int offset,
int length)
Apache CXF