I'm writing an application which is accessing another applet within a
Javacard in another context. When I return just a byte, then everything is
ok. But returning a byte[] doesn't work. In the book of Zhiqun Chen on smart
cards this problem is discussed and the solution for this problem is to use
the ADPU Buffer, but how do I write to the buffer without sending data?
Is there another, more convenient solution?
My idea as follows :
1. Applet 1 calls Applet 2 - working
2. Applet 2 does some processing, tries to return an answer to Applet 1 -
doesn't work when sending more than a primitive
3. Applet 1 sends the answer to the CAD - working
What ca I do to make this work?
Sincerely
Norbert Diernhofer
---
> Visit the OpenCard web site at http://www.opencard.org/ for more
> information on OpenCard---binaries, source code, documents.
> This list is being archived at http://www.opencard.org/archive/opencard/
! To unsubscribe from the [EMAIL PROTECTED] mailing list send an email
! to
! [EMAIL PROTECTED]
! containing the word
! unsubscribe
! in the body.