Please explain me how to decode a Base64 encoded object in Java.
You can use Java XML Bind library in Java6.
Check parseBase64Binary() and printBase64Binary() in javax.xml.bind.DatatypeConverter class
It looks like you're new here. If you want to get involved, click one of these buttons!
Comments
You can use Java XML Bind library in Java6.
Check parseBase64Binary() and printBase64Binary() in javax.xml.bind.DatatypeConverter class