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