public interface Base64Encoder
byte[]
decode(String b64text)
String
encode(byte[] bytes)
String encode(byte[] bytes)
byte[] decode(String b64text) throws Base64FormatException
Base64FormatException