Hello, Is there an example on how to use the JSS SSLInputStream and SSLOutputStream classes? Is it possible to connect to a SSL server via an URL using JSS Socket and NSS DB certificates?
I need to connect to a SSL server, send a request and then receive a response. When I use Java SUN classes for certificate loading (KeyStore, TrustStore) I of course get the "Invalid key type: org.mozilla.jss.pkcs11.PK11RSAPrivateKey" exception. The problem is, I don't know if I can use JSS SSL classes to connect to a SLL server with an URL, and read / write from it. The JSS_SSLClient.java example uses SSLSocket, which is not what I'm looking for. Any help would be appreciated. Regards, Tadej _______________________________________________ dev-tech-crypto mailing list dev-tech-crypto@lists.mozilla.org https://lists.mozilla.org/listinfo/dev-tech-crypto