public class Base64Converter
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
private static java.lang.Object |
decoder |
private static Logger |
LOGGER |
private static java.lang.reflect.Method |
method |
Constructor and Description |
---|
Base64Converter() |
Modifier and Type | Method and Description |
---|---|
static byte[] |
parseBase64Binary(java.lang.String encoded) |
private static final Logger LOGGER
private static java.lang.reflect.Method method
private static java.lang.Object decoder