Using a self-signed certificate to create a secure client-server connection in android

前端 未结 3 857
再見小時候
再見小時候 2020-12-24 04:21

I am developing an enterprise android application, thus it is necessary to create a secure connection between the client (android emulator / test phone) and server during my

3条回答
  •  情歌与酒
    2020-12-24 04:34

    Keystore (Here is a great article on Keystore and related issues) and KeyChain do the trick but you might need to check the API level you targeting with. Furthermore, since you mentioned Enterprise Application, you may need to consider Certificate pinning. This helps you for the certificate pinning.

提交回复
热议问题