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