public class Base64Utils extends Object
| Constructor and Description |
|---|
Base64Utils() |
| Modifier and Type | Method and Description |
|---|---|
static String |
decode(String base64str)
decode base64 string
|
static String |
encode(String str)
Convert str to Base64
|
Copyright © 2022. All rights reserved.