public class Base64Url extends Object
Constructor and Description |
---|
Base64Url() |
Modifier and Type | Method and Description |
---|---|
byte[] |
base64UrlDecode(String encodedValue) |
String |
base64UrlDecodeToString(String encodedValue,
String charsetName) |
String |
base64UrlDecodeToUtf8String(String encodedValue) |
String |
base64UrlEncode(byte[] bytes) |
String |
base64UrlEncode(String value,
String charsetName) |
String |
base64UrlEncodeUtf8ByteRepresentation(String value) |
static byte[] |
decode(String encodedValue) |
static String |
decodeToString(String encodedValue,
String charsetName) |
static String |
decodeToUtf8String(String encodedValue) |
static String |
encode(byte[] bytes) |
static String |
encode(String value,
String charsetName) |
static String |
encodeUtf8ByteRepresentation(String value) |
public String base64UrlDecodeToString(String encodedValue, String charsetName)
public byte[] base64UrlDecode(String encodedValue)
public String base64UrlEncodeUtf8ByteRepresentation(String value)
public String base64UrlEncode(byte[] bytes)
public static byte[] decode(String encodedValue)
public static String encode(byte[] bytes)
Copyright © 2016. All rights reserved.