public class Base64ConvertUtil extends Object
Modifier and Type | Method and Description |
---|---|
static String |
decode(String str)
解密JDK1.8
|
static String |
encode(String str)
加密JDK1.8
|
public static String encode(String str) throws UnsupportedEncodingException
str
- UnsupportedEncodingException
public static String decode(String str) throws UnsupportedEncodingException
str
- UnsupportedEncodingException
Copyright © 2020 Pivotal Software, Inc.. All rights reserved.