public final class Base64 extends Object
Modifier and Type | Method and Description |
---|---|
static byte[] |
decode(byte[] token)
Decodes the specified token.
|
static String |
decode(String token)
Decodes the specified string.
|
static byte[] |
encode(byte[] token)
Encodes the specified token.
|
static String |
encode(String token)
Encodes the specified string.
|
public static String encode(String token)
token
- value to be encodedpublic static byte[] encode(byte[] token)
token
- value to be encodedpublic static String decode(String token)
token
- value to be decodedpublic static byte[] decode(byte[] token)
token
- value to be decodedCopyright © 2005–2015 BaseX Team. All rights reserved.