JSS Frequently Asked Questions

Newsgroup: mozilla.dev.tech.crypto

Content:

What versions of JDK and JRE do you suggest?

Does JSS have 64 bit support?

Is JSS FIPS Compliant?

Is there any sample code and documentation?

If I don't call setCipherPolicy, is the DOMESTIC policy used by default?

My SSL connection is hanging on Windows?

How can I tell which SSL/TLS ciphers JSS supports?

How can I debug my SSL connection?

Can you explain JSS SSL certificate approval callbacks?


Can I have multiple JSS instances reading separate db's?

Once JSS initialized, I can't get anymore instances with CertificateFactory.getInstance("X.509")?

Is it possible to sign data in Java with JSS? What I am trying to do is write a Java applet that will access the Netscape certificate store, retrieve a X509 certificate and then sign some data.

How do I convert org.mozilla.jss.crypto.X509Certificate to org.mozilla.jss.pkix.cert.Certificate?

How do I convert org.mozilla.jss.pkix.cert to org.mozilla.jss.crypto.X509Certificate?

Is it possible to use JSS to acces cipher functionality from pkcs11 modules?

Can you explain token names and keys with regards to JSS?

JSS 3.2 has JCA support. When will JSS have JSSE support?