interface  org.springframework.util.Base64Utils$Base64Delegate extends java.lang.Object
{
public abstract byte[] encode(byte[]);
public abstract byte[] decode(byte[]);
public abstract byte[] encodeUrlSafe(byte[]);
public abstract byte[] decodeUrlSafe(byte[]);
}