public class EncodeUtil extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
HMAC_SHA256 |
| Constructor and Description |
|---|
EncodeUtil() |
| Modifier and Type | Method and Description |
|---|---|
static String |
encode(String value) |
static String |
hexEncode(byte[] raw) |
static String |
percentEncode(String value) |
public static String HMAC_SHA256
public static String percentEncode(String value) throws UnsupportedEncodingException
UnsupportedEncodingExceptionpublic static String encode(String value) throws UnsupportedEncodingException
UnsupportedEncodingExceptionpublic static String hexEncode(byte[] raw)
Copyright © 2022. All rights reserved.