Re: [opensc-devel] opensc-java problem

2012-08-06 Thread Douglas E. Engert
On 8/6/2012 9:39 AM, Vlad Dimitriu wrote: > hello, > I try to use opensc java package, trouble is that I can list all the > information from the token (eToken Aladin PRO 72K -eTPKCS11.dll) but I > cannot login , I get C_Login for PKCS11 slot 0 failed CKR_PIN_INCORRECT. > Of course the pin is corr

[opensc-devel] opensc-java problem

2012-08-06 Thread Vlad Dimitriu
hello, I try to use opensc java package, trouble is that I can list all the information from the token (eToken Aladin PRO 72K -eTPKCS11.dll) but I cannot login , I get C_Login for PKCS11 slot 0 failed CKR_PIN_INCORRECT. Of course the pin is correct, I can login to token from the SafeNet applica

Re: [opensc-devel] OpenSC Java problem

2006-10-31 Thread Wolfgang Glas
Am Dienstag, 31. Oktober 2006 13:01 schrieb OZER METIN: > Thanks for your answer; > > However, I have all these dll's in may library path and I can load them > using > > System.loadLibrary("opensc-pkcs11"); > System.loadLibrary("pkcs15init"); > System.loadLibrary("libeay32"); > System.loadLibrary("

Re: [opensc-devel] OpenSC Java problem

2006-10-31 Thread OZER METIN
Thanks for your answer; However, I have all these dll's in may library path and I can load them using System.loadLibrary("opensc-pkcs11"); System.loadLibrary("pkcs15init"); System.loadLibrary("libeay32"); System.loadLibrary("libssl32"); I look for dependecies using dependecy walker, but it

Re: [opensc-devel] OpenSC Java problem

2006-10-30 Thread Wolfgang Glas
Am Montag, 30. Oktober 2006 15:17 schrieb OZER METIN: > I am trying to use openSC java but I get an exception while trying to add > opensc provider. > > exception: > org.opensc.pkcs11.wrap.PKCS11Exception: Cannot find function > C_GetFunctionList in PKCS11 module opensc-PKCS11-0.1. > at org.opensc.

[opensc-devel] OpenSC Java problem

2006-10-30 Thread OZER METIN
I am trying to use openSC java but I get an exception while trying to add opensc provider. exception: org.opensc.pkcs11.wrap.PKCS11Exception: Cannot find function C_GetFunctionList in PKCS11 module opensc-PKCS11-0.1. at org.opensc.pkcs11.PKCS11Provider.loadPKCS11Module(Native Method) at org