j.fabre wrote:
<snip>
cargar: clase umu.crypto.UMUCryptoApplet4v2 no encontrada.
java.lang.ClassNotFoundException: umu.crypto.UMUCryptoApplet4v2
at sun.applet.AppletClassLoader.findClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source)
at sun.applet.AppletClassLoader.loadClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source)
at sun.applet.AppletClassLoader.loadCode(Unknown Source)
at sun.applet.AppletPanel.createApplet(Unknown Source)
at sun.plugin.AppletViewer.createApplet(Unknown Source)
at sun.applet.AppletPanel.runLoader(Unknown Source)
at sun.applet.AppletPanel.run(Unknown Source)
at java.lang.Thread.run(Unknown Source)
Caused by: java.io.IOException: open HTTP connection failed.
at sun.applet.AppletClassLoader.getBytes(Unknown Source)
at sun.applet.AppletClassLoader.access$100(Unknown Source)
at sun.applet.AppletClassLoader$1.run(Unknown Source)
at java.security.AccessController.doPrivileged(Native Method)
... 10 more
You might want to fix the class not found exception before you get much
further into this:
java.lang.ClassNotFoundException: umu.crypto.UMUCryptoApplet4v2
Also, JSS can do SSL but it is not a JSSE provider. You need to
specifically write JSS code to do SSL communications. I think this
hinges on the java keystore vs mozilla pkcs11 issue.
"KeyStore: There are many serious problems mapping the JCA keystore
interface onto NSS's model of PKCS #11 modules. The current
implementation is almost useless. Since these problems lie deep in the
NSS design and implementation, there is no clear timeframe for fixing
them. Meanwhile, the org.mozilla.jss.crypto.CryptoStore class can be
used for some of this functionality."
See below for references:
http://www.mozilla.org/projects/security/pki/jss/faq.html#JSSJSSE
http://forum.java.sun.com/thread.jspa?threadID=660175&tstart=240
http://www.mozilla.org/projects/security/pki/jss/provider_notes.html#not-supported
_______________________________________________
dev-tech-crypto mailing list
dev-tech-crypto@lists.mozilla.org
https://lists.mozilla.org/listinfo/dev-tech-crypto