public interface TextCodec
| Modifier and Type | Field and Description |
|---|---|
static TextCodec |
BASE64 |
static TextCodec |
BASE64URL |
| Modifier and Type | Method and Description |
|---|---|
byte[] |
decode(String encoded) |
String |
decodeToString(String encoded) |
String |
encode(byte[] data) |
String |
encode(String data) |
Copyright © 2017. All rights reserved.