public class Base64 extends Object
| Constructor and Description |
|---|
Base64() |
| Modifier and Type | Method and Description |
|---|---|
static String |
base64Encode(byte[] array) |
static byte[] |
decodeBase64(String string) |
public static String base64Encode(byte[] array)
public static byte[] decodeBase64(String string) throws IllegalArgumentException
IllegalArgumentExceptionCopyright © 2020. All rights reserved.