Re: Decryption of signed information

2006-04-26 Thread Marek Marcola
Hello, > My application will receive some piece of data signed with a private key of > a user. I have the certificate of this user. > > When that data comes, how do I decrypt the signature with the public key > (contained in the certificate - right?)? What functions to call? If you want to do thi

Decryption of signed information

2006-04-26 Thread Ambarish Mitra
Hi all, My application will receive some piece of data signed with a private key of a user. I have the certificate of this user. When that data comes, how do I decrypt the signature with the public key (contained in the certificate - right?)? What functions to call? Regards, Ambarish.