Dear sirs,

I want to write an applet that uses a JNI DLL to access NSS in order
to do digital signatures using smartcards and other PKCS#11 tokens.

The signed applet will write the JNI DLL to a temporary directory and
its methods will be called via JavaScript.

I don't want to use the full JSS infrastructure (JSS3.DLL, JSS3.JAR),
but call just a few selected functions of NSS. (Bandwidth constraints)

I know that Netscape 7.1 includes NSS3.DLL but Netscape 6.2 does not
(well, I saw not traces of it in \program files\netscape\netscape
directory...) . I didn't want to deploy the full NSS3.DLL and its
dependent libraries.

Questions:

1) Is it possible to build a static NSS library, minimizing the use of
dependent libraries at runtime?

2) Could I have a single JNI DLL for all the Mozilla-derived versions
of Netscape or must I choose the correct version at runtime?

3) If I have to deploy NSS3.DLL, what is the recommended version for
the older Netscape (6.X) versions?

Thank you for your attention.

Regards,

Edson E. Watanabe
_______________________________________________
mozilla-crypto mailing list
[EMAIL PROTECTED]
http://mail.mozilla.org/listinfo/mozilla-crypto

Reply via email to