Posted By:
Jonas_Nilsson
Posted On:
Thursday, February 7, 2002 01:10 AM
I'm working on a key server client applet on a Java Card, and have a question.
The server applet has admin rights and is reponsible for creating keys, i.e. the server creates all key objects. The client applets will only have access, via the shareable interface, to the verify methods of the key objects.
My question is: Is it possible to get a shareable interface to an already created object, in this case multiple key objects created by the server applet?
Thank alot.
Jonas Nilsson