Encoding and decoding of Base64 strings uses code adapted from work in the public domain originally written by Jonathan Knudsen and published in O'reilly's "Java Cryptography". Note that we use a modified form of Base64 encoding, with URL-safe characters to encode the 62 and 63 values and the pad character.
TBD: Work out some class loader issues involved in deserializing. @author Howard Lewis Ship @version $Id: SerializableAdaptor.java 243791 2004-02-19 17:38:13Z hlship $
|
|
|
|