public interface Base64Encoder
Modifier and Type | Method and Description |
---|---|
byte[] |
decode(java.lang.String b64text) |
java.lang.String |
encode(byte[] bytes) |
java.lang.String encode(byte[] bytes)
byte[] decode(java.lang.String b64text) throws Base64FormatException
Base64FormatException