Base64 encoders / decoders 25 Feb, 2003
Julian talks about Base64 encoding in Java. The classes he mentions are interesting, because they are indeed unsupported. As far as I've ever been able to tell though, this is just because they're not synchronised. Whether this is a big deal to you or not depends on your implementation I guess. The classes certainly seem to have been around long enough to be considered reasonably "safe" to use!
Interestingly when I searched for some more info, I discovered that the Network Security Services (NSS) for Java project, over at Mozilla also uses the Sun classes.
Anyone know any more?
http://iharder.sourceforge.net/base64/Jake#