> ByteArrayInputStream bis = new ByteArrayInputStream(data);
> ObjectInputStream p = new ObjectInputStream(bis);
> EncryptionInfo ei = (EncryptionInfo)p.readObject();
Are you using setBytes/getBytes in JDBC? That's worked for me when the SQL
type is OID on 7.1beta4.
David