Hi, I am trying to implement SSL for my own Java Server. My functionality design is
1. The private key is stored in Smart Card( Cyberflex Access 16K Cards ) and public key in server. 2. The private key will be used to sign message(using private key) and send it to the server where it is verified. 3. After verification, the server creates the session key, encyrpts and send it to the SC where it should be decrypted. 4. The decrypted session key is used for further transactions. I have got Schlumberger Reflex 72 Reader and Cyberflex Access 16K Cards. I do not have Kit from Schlumberger. I have installed Cyberflex-Linux 2.1. When the api in Cyberflex-Linux 2.1 is checked, I couldn't find the method to encrypt/decrypt using asymmetric keys. i.e I am unable to find the method to decrypt session key in the Smart Card. Kindly suggest the alternate api/solution to proceed further. Thanx, Latha *************************************************************** Unix Smart Card Developers - M.U.S.C.L.E. (Movement for the Use of Smart Cards in a Linux Environment) http://www.linuxnet.com/ To unsubscribe send an email to [EMAIL PROTECTED] with unsubscribe sclinux ***************************************************************
