Smartcard/PKI Applet?

2008-04-10 Thread Stephen Hamilton
I'm trying to find a sample java applet that runs on a smart card. I've got some Gemalto 64kv2 cards that I'm trying to use like a CAC card, however I can't load a certificate on to them without something like the PKI applet. I want to use my own self-signed certs. Are there any downloadabl

Re: Cert_DecodeDERCertificate?

2008-02-23 Thread Stephen Hamilton
Nelson, Thanks for the quick response. Cert_NewTempCertificate works well with the redefinition statement from nssrenam.h. This is for my Master's project, so I needed an explanation of what was going on, and this helps tremendously. Stephen Nelson Bolyard wrote: > Stephen Hamilt

Cert_DecodeDERCertificate?

2008-02-23 Thread Stephen Hamilton
Hi, I'm new to the list, and I've been working with NSS on a project that requires smartcard/CAC interaction. I've pretty much gotten it to work the way I want, but I stumbled on something that doesn't make much sense. I tried to use the Cert_DecodeDERCertificate() function, and although it ex