public final class Base64 extends Object
zipkin.internal.Base64, adapted from okio.Base64 as JRE 6 doesn't have a base64Url
encoder.| Modifier and Type | Method and Description |
|---|---|
static byte[] |
decode(String in) |
static String |
decode2UTFString(String in) |
static String |
encode(byte[] in) |
static String |
encode(String text) |
static String |
encodeUrl(byte[] in) |
Copyright © 2019 The Apache Software Foundation. All rights reserved.