I have copied my certificate file(x.cer) into my emulator sdcard. Now I want to send that certificate from my android client to the Server.
Earlier I used to do this by putting the certificate into the keystore and then putting the keystore in the sdcard. The keystore class has a function getCertificate(alias).
Now I want to read the certificate directly as I have only copied the certificate and not the keystore. How to do this?
Asked
Active
Viewed 5,150 times
2

suraj
- 1,828
- 12
- 36
- 64