2

We're developing android app that has native login form(intent) and WebView. We require user to get client certificate from api before login, and use it when user login(api). And I plan to store the certificate that user install as PKCS12 file in private storage of app.

Now, I have to survey the way I said above is in common. Please give your opinion and if you don't agree and have another idea, teach me. thank you.

Abhinav Gupta
  • 2,225
  • 1
  • 14
  • 30
  • You can see https://stackoverflow.com/questions/15588851/android-webview-with-client-certificate – pedrofb Mar 08 '18 at 06:44
  • this discussion says "try to use keychain?" – user9460363 Mar 09 '18 at 10:16
  • At this [link](https://developer.android.com/reference/android/security/KeyChain.html) ,its for using when store private keys or directory of cert storage. I think when using SSL connetion I need to get stream from file. And android developer site doesn't indicate where should we keep certificate file. that' why I want know people keep that file where in common. If you, where you store certfile? – user9460363 Mar 09 '18 at 10:24

0 Answers0