7

Can someone please guide me on how to add Certificate to Keystore(Android Mobile)...A sample code will be helpfull..

Alok Gupta
  • 1,155
  • 1
  • 8
  • 10

1 Answers1

6

The keystore format you need is in the BouncyCastle jar, which you need to download. Then you create the keystore. Finally, you will need to extend the HTTPClient.

There's a simple example on how to that in here.

Erez A. Korn
  • 2,697
  • 3
  • 24
  • 32