How to serialize a session key

ashutosh apte (ashutosh@usa.ltindia.com)
Mon, 11 Aug 1997 16:29:41 +0530

Date: Mon, 11 Aug 1997 16:29:41 +0530
From: ashutosh apte <ashutosh@usa.ltindia.com>
To: java-security@web2.javasoft.com
Subject: How to serialize a session key

Hi ,
please help me on the issue of serializing a session key .
Actually the problem is that one cannot get an Key object at the other
end if any generated key is send as a byte array using the getEncoded()
method . That is you can not initialize a key object by using the byte
array .

How can I send the key object using serializable interface .

please help ...

thanks in advance