Hi, I wanted to use JSS to look for certs in the Netscape certificate database and thereafter use the private key associated with a certificate to sign some data.
I see that you have to initialize the CryptManager in JSS with the CrpytManager.Intialize(java.lang.string sonfigdir). So what would this 'configdir' be for accessing the NEtscape certificate store for the profile? I want to write the code as a java applet. Are there any java applet security issues which prevent this? Thanks Vinil
