Re: [opensc-devel] Experiences with Java smartcardio

2011-11-27 Thread helpcrypto helpcrypto
And, as i said before: try to avoid jss, cause its not "officially supported" by mozilla. 2011/11/25 Douglas E. Engert : > > > On 11/24/2011 4:02 AM, Anders Rundgren wrote: >> Hi Ludovic, >> >> You are a true smart card middleware expert. >> I'm not and my customers are even less of that. >> They

Re: [opensc-devel] Experiences with Java smartcardio

2011-11-25 Thread Douglas E. Engert
On 11/24/2011 4:02 AM, Anders Rundgren wrote: > Hi Ludovic, > > You are a true smart card middleware expert. > I'm not and my customers are even less of that. > They just want to plug in and go. > > As it appears the smart card community/industry have created > uniquely complex middleware for rea

Re: [opensc-devel] Experiences with Java smartcardio

2011-11-24 Thread Anders Rundgren
On 2011-11-24 17:29, Rafael Coninck Teigão wrote: > This WASP thing is very interesting. Thanx! > Do you know of any browser already supporting the WebPKI content type? No. I started 2004 with the WASP project but turned to KeyGen2 2007 since I realized that first you must "get the keys", then

Re: [opensc-devel] Experiences with Java smartcardio

2011-11-24 Thread Rafael Coninck Teigão
This WASP thing is very interesting. Do you know of any browser already supporting the WebPKI content type? Also, do you think there could be a way to create an embedded PDF signature with a similar solution (i.e. without using an applet)? Cheers, Rafael. On Thu, Nov 24, 2011 at 9:19 AM, Anders

Re: [opensc-devel] Experiences with Java smartcardio

2011-11-24 Thread Anders Rundgren
On 2011-11-24 09:38, helpcrypto helpcrypto wrote: > We have been using java for quite a long time to use the certificates > stored in our smartcards. > So far, we didnt have many issues. > > Actually we are using jss to attack our pkcs#11 module (or csp), but > since we got some problems on osx (i

Re: [opensc-devel] Experiences with Java smartcardio

2011-11-24 Thread Andreas Schwier
Hi Frank, thanks for the flowers. I owe you a drink. We've been accessing smart cards from Java for quite a while. It works well on Windows, Linux and Mac OS. You just need to know what you are doing. Andreas Maintainer of OpenSCDP Am 24.11.2011 10:04, schrieb Frank Morgner: > On Wednesday, N

Re: [opensc-devel] Experiences with Java smartcardio

2011-11-24 Thread Anders Rundgren
Hi Ludovic, You are a true smart card middleware expert. I'm not and my customers are even less of that. They just want to plug in and go. As it appears the smart card community/industry have created uniquely complex middleware for reasons unclear to me. It is proven beyond doubt that the platfo

Re: [opensc-devel] Experiences with Java smartcardio

2011-11-24 Thread Ludovic Rousseau
2011/11/23 Anders Rundgren : > Hi, Hello, > I just wonder what your opinion is about Java smart card io which is a > part of JDK 1.6 and forward. > > I did a minute test and it wasn't overly convincing :-( > > OTOH, as we all know that smart card middle ware is "hell on earth" I > may simple have

Re: [opensc-devel] Experiences with Java smartcardio

2011-11-24 Thread Frank Morgner
On Wednesday, November 23 at 10:07PM, Anders Rundgren wrote: > > Hi, > I just wonder what your opinion is about Java smart card io which is a > part of JDK 1.6 and forward. > > I did a minute test and it wasn't overly convincing :-( > > OTOH, as we all know that smart card middle ware is "hell o

Re: [opensc-devel] Experiences with Java smartcardio

2011-11-24 Thread helpcrypto helpcrypto
We have been using java for quite a long time to use the certificates stored in our smartcards. So far, we didnt have many issues. Actually we are using jss to attack our pkcs#11 module (or csp), but since we got some problems on osx (i talked with NdK some weeks ago), we decided to move to sunPKC

Re: [opensc-devel] Experiences with Java smartcardio

2011-11-23 Thread NdK
On 23/11/2011 22:44, Douglas E. Engert wrote: >> javax.smartcardio.* = Total crap IMNSHO. IMVHO: Java and smartcards don't work really well together... > Does this help: > http://docs.oracle.com/javase/6/docs/technotes/guides/security/SunProviders.html#SunPCSCProvider > "The system property sun.s

Re: [opensc-devel] Experiences with Java smartcardio

2011-11-23 Thread Douglas E. Engert
On 11/23/2011 3:07 PM, Anders Rundgren wrote: > Hi, > I just wonder what your opinion is about Java smart card io which is a > part of JDK 1.6 and forward. > > I did a minute test and it wasn't overly convincing :-( > > OTOH, as we all know that smart card middle ware is "hell on earth" I > may s

[opensc-devel] Experiences with Java smartcardio

2011-11-23 Thread Anders Rundgren
Hi, I just wonder what your opinion is about Java smart card io which is a part of JDK 1.6 and forward. I did a minute test and it wasn't overly convincing :-( OTOH, as we all know that smart card middle ware is "hell on earth" I may simple haven't given it enough time. import javax.smartcardio.