On Friday 25 February 2005 13:20, [EMAIL PROTECTED] wrote: > hello list! > i m struggling with this problem since long. > i am in a pocess of performing digital signature through smart cards. > everything,the card ,reader all are working fine but i am facing problem > with the pkcs#11 module because of which i am not able to use my Java > crypto API's on smart cards. > pkcs#11 module is listing the objects present on the card but not able > to read them,because of which i am not able to retreive the key for > signing at the time of running the java program for signing. > here i am listing the resources we have used for this purpose: > 1) pcsc-lite-1.2.9-beta6 (as middleware between card and reader) > 2)slb_rf72 (as driver) > 3)Schlumberger reflex72 v1 (reader) > 4)SchlumbergerSema Cryptoflex16k (non java smart card) > 5)libmusclepkcs11.so (pkcs#11module) > 6)libpkcs11wrapper.so (IAIK's pkcs11 wrapper) > 7)jdk1.3.1_13 > > this module from muscle site (muscleframe1.1.5)is not completely > compatable with the card i am using.i dont find anyother module there > for this card. > Can anyone suggest me the pkcs#11module to be used with cryptoflex16k > card .from where can i get it.
Have a look at the PKCS#11 of the opensc project. Your card is supported: http://www.opensc.org/features.php. Regards, Serge > vendor says they dont have it for linux. > Please also suggest me if it is possible to write pkcs#11module.so > file.if it can be written then please guide me. > Please help me out of this.i have struggled a lot. > thanks > vigya > > -------------------------------------------- > Email in Indian languages. > This mail has been sent to you from http://webmail.idrbt.ac.in > < > > DISCLAIMER: > This message is intended solely for the individual or entity to which it > is addressed.This communication may contain information that is > proprietary, privileged or confidential and otherwise legally exempt > from disclosure. If you are not the named addressee,or have been > inadvertently referenced in the address line, you are not authorized to > read, print, retain, copy or disseminate this message or any part of > it.If you have received this message in error, please notify the sender > immediately by e-mail and delete all copies of the message.Visit us at > http://www.idrbt.ac.in./BODY> > > _______________________________________________ Muscle mailing list [email protected] http://lists.drizzle.com/mailman/listinfo/muscle
