I know that there is a 99% chance of the answer to this question being "no" due to the nature of Applets, but I'm going to ask anyways.
I have a SmartCard containing X.509 certificates and applets. I'd like to be able to interact between the webapp and one of the applets in a read-only manner to pull data via that applet that is unavailable in the certificate.
Again, I know that applets are supposed to be sandboxed, which should prevent such a thing, but I thought I would ask anyways.
Jason