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)
StringEncoder
encode
in interface StringEncoder
public String decode(String string)
StringEncoder
decode
in interface StringEncoder