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