public class Base64 extends Object
| Modifier and Type | Method and Description |
|---|---|
static String |
decode(String input)
Decode a Base64 encoded string
|
static String |
encode(byte[] input)
Base64 encode a textual string according to RFC 3548
|
static String |
encode(String input) |
public static String encode(byte[] input)
input - The bytes to encodeCopyright © 2017. All rights reserved.