com.meterware.httpunit
public class Base64 extends Object
Method Summary | |
---|---|
static String | decode(String source)
Returns the plaintext equivalent of a base 64-encoded string. |
static String | encode(String source)
Returns the base 64 encoded equivalent of a supplied string. |
Parameters: source a base 64 string (which must have a multiple of 4 characters)
Parameters: source the string to encode