Hello,
I'm looking for soulution for digital signing of web form.
For Netscape 4.x I use crypto.signText in javascript.
Problem is with Netscape version 6.x and 7.x and Mozilla.
There is no signText implementation.
As I can see Netscape and Mozilla have all this functions in NSS library
and there is JSS which use NSS for crypto operation.
Is there any way to make Java applet using JSS which could access to
running netcape/mozilla keystore and use user's private key to sign some
data supplied by javascript and return signed data to javascript ?
I found out that CryptoManager must be initialized with path to
configDir but is there any way for applet to get all data from running
netscape without accessing filesystem ?
Is there any chance that sometime in future new version of netscape/mozilla
will have crypto.signText implemented ?
--
Turbo aka Ivan Brozovic
[EMAIL PROTECTED]