public final class Util extends Object
| Modifier and Type | Method and Description |
|---|---|
static String |
b64Encode(byte[] data) |
static String |
percentEncode(String str,
Charset charset)
Percent encodes entities as per https://tools.ietf.org/html/rfc3986
|
public static String b64Encode(byte[] data)
Copyright © 2020. All rights reserved.