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