I'm not really sure. The Java applet thing might still be possible, but you
would need to find a way out of the sandbox I believe. I'm not at all
experienced in that area, so I can't provide much advice.
Is this application designed for internal corporate use? You might have a
lot more deployment options in that scenario than you would have in a
general one. Typically, client certificates only show up in closed
implementations as most people don't have them.
Joe K.
"Shaun Wilde" <> wrote in message
news:...
> Hi Joe
>
> Thanks for the link.
>
> What would be the netscape soluton to this then?
>
> Regards
>
> "Joe Kaplan (MVP - ADSI)" <> wrote
> in message news:...
>> You might try Michel Gallant's web site for samples:
>>
>> www.jensign.com
>>
>> My guess is that you'll have a hard time getting this to work with a Java
>> applet because the Java sandbox probably won't let you have access to the
>> resources on the machine you need to do the actual work.
>>
>> Part of what you need to consider with signing is whether you want
> detached
>> signatures or CMS/PKCS#7 Signed Data messages with the signature
>> embedded.
>> Either way though, it will probably be difficult getting this deployed.
>>
>> Joe K.
>>