public class Base64Utility extends Object
Modifier and Type | Method and Description |
---|---|
static byte[] |
decode(byte[] abyte0)
Decode the base64-encoded input data
|
static byte[] |
encode(byte[] abyte0)
Encode the input data producing a base64-encoded byte array.
|
static String |
encodeToString(byte[] abyte0)
Encode the input data producing a base64-encoded string.
|
static String |
removeCRLF(String text) |
public static byte[] decode(byte[] abyte0) throws B64UException
abyte0
- B64UException
- if unable to decode base64 datapublic static byte[] encode(byte[] abyte0) throws B64UException
abyte0
- B64UException
- if unable to encode datapublic static String encodeToString(byte[] abyte0) throws BIDException
BIDException
- if unable to encode dataCopyright © 2017 Nets Branch Norway. All Rights Reserved.