Hi, I want to emulate this particular line of php code in android. Please help.
$CONSUMER_SECRET = new Zend_Crypt_Rsa_Key_Private(file_get_contents(realpath(GREADER_PRIVATE_KEY_FILE)), "my password"); where GREADER_PRIVATE_KEY_FILE is path to the rsakey.pem file. -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

