public class AndroidBase64UrlSafeEncoder extends Object implements StringEncoder
| Modifier and Type | Method and Description |
|---|---|
String |
decode(String string)
Decodes an string back to it's initial representation
|
String |
encode(String string)
Encodes an string to another representation
|
static AndroidBase64UrlSafeEncoder |
getInstance() |
public static AndroidBase64UrlSafeEncoder getInstance()
public String encode(String string)
StringEncoderencode in interface StringEncoderpublic String decode(String string)
StringEncoderdecode in interface StringEncoder