FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

Android-Developers-Samples/BasicAndroidKeyStore at master · johnjohndoe/Android-Developers-Samples · GitHub

This repository was archived by the owner on Jan 9, 2026. It is now read-only.

Latest commit

 

History

History

BasicAndroidKeyStore

This sample demonstrates how to use a {java.security.KeyStore} to safely create and store encryption keys that only your application can access. You can also sign data using those keys.

To see this in action, run the sample application and click:

  • Create to create a new KeyPair.
  • Sign to sign some data using a KeyPair.
  • Verify to verify the data using the signature provided.


Back | FazBrowse Home | New Git URL