@Deprecated public class Codecs extends Object
Constructor and Description |
---|
Codecs()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
static byte[] |
b64Decode(byte[] bytes)
Deprecated.
|
static byte[] |
b64Encode(byte[] bytes)
Deprecated.
Base 64
|
static byte[] |
b64UrlDecode(byte[] bytes)
Deprecated.
|
static byte[] |
b64UrlDecode(CharSequence value)
Deprecated.
|
static byte[] |
b64UrlEncode(byte[] bytes)
Deprecated.
|
static byte[] |
b64UrlEncode(CharSequence value)
Deprecated.
|
static byte[] |
concat(byte[]... arrays)
Deprecated.
|
static byte[] |
hexDecode(CharSequence s)
Deprecated.
|
static char[] |
hexEncode(byte[] bytes)
Deprecated.
|
static String |
utf8Decode(byte[] bytes)
Deprecated.
|
static String |
utf8Decode(ByteBuffer bytes)
Deprecated.
|
static byte[] |
utf8Encode(CharSequence string)
Deprecated.
UTF-8 encoding/decoding.
|
public static byte[] b64Encode(byte[] bytes)
public static byte[] b64Decode(byte[] bytes)
public static byte[] b64UrlEncode(byte[] bytes)
public static byte[] b64UrlEncode(CharSequence value)
public static byte[] b64UrlDecode(byte[] bytes)
public static byte[] b64UrlDecode(CharSequence value)
public static byte[] utf8Encode(CharSequence string)
public static String utf8Decode(byte[] bytes)
public static String utf8Decode(ByteBuffer bytes)
public static char[] hexEncode(byte[] bytes)
public static byte[] hexDecode(CharSequence s)
public static byte[] concat(byte[]... arrays)
Copyright © 2019 SpringSource. All rights reserved.