Re: How to access certs in the Windows keystore from Java?

2015-10-09 Thread merlin . w . vincent
I was planning to look at OpenSC for my smart card requirement next. As you say, maybe it'll provide the NSS to Windows bridge I was looking for. But I agree that it probably doesn't make sense. As for the cert selection issue, I suspect it may be in the Java implementation of FIPS mode. Maybe

Re: How to access certs in the Windows keystore from Java?

2015-10-08 Thread merlin . w . vincent
Maybe my googling skills are weak, but I found no information on how to get NSS to use keys from the Windows keystore. In the end, I decided it's probably a violation of the NSS paradigm anyway. It seems the intent is to use the NSS database as the sole repository of certs and keys. Especially i

How to access certs in the Windows keystore from Java?

2015-10-04 Thread merlin . w . vincent
Hello, all - I'm new to NSS and I'm having trouble finding information on how to get started with this - any help will be appreciated! I have a desktop application that needs to make a client-authenticated connection (TLS1.1) to a web server. The particulars: - Java 8 running on Windows - user