public class Base64 extends Object
| Constructor and Description |
|---|
Base64() |
| Modifier and Type | Method and Description |
|---|---|
static String |
getBASE64(byte[] b) |
static String |
getBASE64(String s) |
static byte[] |
getBytesBASE64(String s) |
static String |
getFromBASE64(String s) |
Copyright © 2018. All rights reserved.