Вопрос

I am trying to understand the keychain concept in android 4.3 and I will really appreciate it if I can get a example to understand it.

Это было полезно?

Решение

I was reading about it right now.

Basically the KeyChain class provides access to private keys and their corresponding certificate chains in credential storage. (Google says)

Here is Google's reference.

Also you can check this link.

Here you have a code sample too.

I hope it helps to you ;)

Лицензировано под: CC-BY-SA с атрибуция
Не связан с StackOverflow
scroll top