public final class Base64Util extends Object
| Modifier and Type | Method and Description |
|---|---|
static byte[] |
decode(char[] encodedChars) |
static byte[] |
decode(char[] chars,
int iOff,
int iLen) |
static byte[] |
decode(String encodedText) |
static String |
decodeBase64(char[] encodedChars) |
static String |
decodeBase64(String encodedText) |
static char[] |
encode(byte[] bytes) |
static char[] |
encode(byte[] bytes,
int iOff,
int iLen) |
static char[] |
encode(String plainText) |
static String |
encodeBase64(byte[] bytes) |
static String |
encodeBase64(String plainText) |
public static String encodeBase64(byte[] bytes)
public static char[] encode(String plainText)
public static char[] encode(byte[] bytes)
public static String decodeBase64(char[] encodedChars)
public static byte[] decode(String encodedText)
public static byte[] decode(char[] encodedChars)
public static char[] encode(byte[] bytes,
int iOff,
int iLen)
public static byte[] decode(char[] chars,
int iOff,
int iLen)
Copyright © 2013. All rights reserved.