开发者

Adding SSL Certificate to Keystore

开发者 https://www.devze.com 2023-02-16 11:21 出处:网络
Can someone please guide me on how to add Certificate to Keystore(Android Mobile)...A sample code开发者_运维百科 will be helpfull..The keystore format you need is in the BouncyCastle jar, which you ne

Can someone please guide me on how to add Certificate to Keystore(Android Mobile)...A sample code开发者_运维百科 will be helpfull..


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.

0

精彩评论

暂无评论...
验证码 换一张
取 消