Dynamically User Selection of signing algorithm.

2014-06-10 Thread Yash Dosi
Hi All, I am creating an android app which can perform basic email security operations like encryption, decryption, signing and verification. So far I am able to perform all 4 operations successfully. But one thing I still haven't figured out is how to specify Signing Algorithm at runtime. I

Re: Dynamically User Selection of signing algorithm.

2014-06-10 Thread Viktor Dukhovni
On Wed, Jun 11, 2014 at 11:13:55AM +0530, Yash Dosi wrote: I am creating an android app which can perform basic email security operations like encryption, decryption, signing and verification. So far I am able to perform all 4 operations successfully. But one thing I still haven't figured out