Re: Signing using JS in Safari

2010-04-16 Thread Sunny
el of support they provide for issues in the api/code? On Apr 7, 11:45 am, Anders Rundgren wrote: > Hi Sunny, > I haven't heard about Message Pro. > > Here is an open source (free) applet plugin: > > http://www.openoces.org/index.html > > It is used in Denmark and maybe som

Re: Signing using JS in Safari

2010-04-06 Thread Sunny
ugins.  In the EU there are at > least 10 different national schemes. > > Chrome and Safari presumably do not support any pre-configured solution > since no such solution has gotten any traction worth mentioning. > > There is a lot of stuff you can buy though... > > Anders >

Signing using JS in Safari

2010-04-06 Thread Sunny
Hi, I'm not able to find any literature on the topic of Signing data using Digital Certificates with JS in Safari browser. like, in Firefox, we have window.crypto.signtext() method that you can call from Java script to select a certificate and sign the data using the certificate. For IE, we h

Accessing Certificate "Issuer" and "Issued to" in mozilla using JS

2010-01-15 Thread Sunny
Hi, How can i access the "Issuer" and "Issued to" of the selected digital certificate in JavaScript in firefox? For Internet Explorer, CAPICOM provides API to do this but for firefox i'm not able to. I've tried using window.crypto. Example Java Script code: try { result = window.crypt