Parameters: s - String to decode. encoded string. throws: java.lang.IllegalArgumentException - thrown if the given byte array was not valid com.sun.syndication.io.impl.Base64 encoding.
Dencodes a com.sun.syndication.io.impl.Base64 byte array.
Parameters: eData - byte array to decode. decoded byte array. throws: java.lang.IllegalArgumentException - thrown if the given byte array was not valid com.sun.syndication.io.impl.Base64 encoding.