public abstract class TokenDecoder extends Object
| Constructor and Description |
|---|
TokenDecoder() |
| Modifier and Type | Method and Description |
|---|---|
static String |
base64Decode(String base64encoded) |
static byte[] |
base64DecodeToByte(String base64encoded) |
static String |
base64Encode(byte[] input) |
static String |
base64Encode(String input) |
Copyright © 2010 - 2020 Adobe. All Rights Reserved