Hi, I'm looking for some code to digitally sign a piece of text in Netscape using the certificate instlalled in the cliente machine (Netscape Certificate Store). I was trying to use the window.crypto object (signText method), but it is not implemented in Netscape 6.2.
Is the Java Applet the best solution? I was trying to implement a Netscape plug-in wrapper to use the Microsoft CAPICOM dll. But, to install the plug-in, I will need an applet too, so I think is better to go straight to the applet. My problem is that I can�t find the code to do this. Is the KeyStore.getInstance the right way? Thanks in advance... Gomes
