Search code examples
androidkeychainandroid-4.3-jelly-bean

Android 4.3 keychain example


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.


Solution

  • 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 ;)